diff options
author | 2010-01-12 17:56:27 +0000 | |
---|---|---|
committer | 2010-01-12 17:56:27 +0000 | |
commit | 659552bb720c24e4236fc25279ed7649143ba1ea (patch) | |
tree | a8299110c6a677d6d6cd2504059453dec8f59af1 /app-emacs/mew/files | |
parent | whitespace (diff) | |
download | gentoo-2-659552bb720c24e4236fc25279ed7649143ba1ea.tar.gz gentoo-2-659552bb720c24e4236fc25279ed7649143ba1ea.tar.bz2 gentoo-2-659552bb720c24e4236fc25279ed7649143ba1ea.zip |
Clean up old site-init file.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'app-emacs/mew/files')
-rw-r--r-- | app-emacs/mew/files/50mew-gentoo.el | 10 | ||||
-rw-r--r-- | app-emacs/mew/files/51mew-gentoo.el | 10 |
2 files changed, 3 insertions, 17 deletions
diff --git a/app-emacs/mew/files/50mew-gentoo.el b/app-emacs/mew/files/50mew-gentoo.el index cdb5a00b37e0..1f36f8e08d93 100644 --- a/app-emacs/mew/files/50mew-gentoo.el +++ b/app-emacs/mew/files/50mew-gentoo.el @@ -1,11 +1,7 @@ - -;;; mew site-lisp configuration - (add-to-list 'load-path "@SITELISP@") +(autoload 'mew "mew" nil t) +(autoload 'mew-send "mew" nil t) -(setq mew-icon-directory "/usr/share/mew") +(setq mew-icon-directory "@SITEETC@") (setq mew-pop-port "pop-3") (setq mew-imap-port "imap2") - -(autoload 'mew "mew" nil t) -(autoload 'mew-send "mew" nil t) diff --git a/app-emacs/mew/files/51mew-gentoo.el b/app-emacs/mew/files/51mew-gentoo.el deleted file mode 100644 index 5bb85f48cf2b..000000000000 --- a/app-emacs/mew/files/51mew-gentoo.el +++ /dev/null @@ -1,10 +0,0 @@ - -;;; mew site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(autoload 'mew "mew" nil t) -(autoload 'mew-send "mew" nil t) - -(setq mew-icon-directory "@SITEETC@") -(setq mew-pop-port "pop-3") -(setq mew-imap-port "imap2") |