diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:03:29 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:03:29 +0000 |
commit | 9090972ad669cb40634a2d9e683953a4e20af34d (patch) | |
tree | 24c4d8d1765857bbb0b25d3f1123e602c300f04d /debian/emacsen-startup | |
parent | Releasing debian version 0.1.10+0.1.11pre+kokb23-4 (diff) | |
download | w3m-9090972ad669cb40634a2d9e683953a4e20af34d.tar.gz w3m-9090972ad669cb40634a2d9e683953a4e20af34d.zip |
Releasing debian version 0.3-2.4debian/0.3-2.4
Diffstat (limited to 'debian/emacsen-startup')
-rw-r--r-- | debian/emacsen-startup | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/emacsen-startup b/debian/emacsen-startup deleted file mode 100644 index eba463f..0000000 --- a/debian/emacsen-startup +++ /dev/null @@ -1,5 +0,0 @@ -;; w3m-init.el -(setq load-path (cons "/usr/share/emacs/site-lisp/w3m/" load-path)) -(autoload 'w3m "w3m" "Interface for w3m on Emacs." t) -(autoload 'w3m-browse-url "w3m" "w3m interface function for browse-url.el." t) -(autoload 'w3m-find-file "w3m" "w3m Interface function for local file." t) |