diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 07:25:37 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 07:25:37 +0000 |
commit | 01c3ec62d0537c54544b731082ab846177057edd (patch) | |
tree | 83879a61b0c7828ed5b118bf5f107cbd01546106 /app-emacs/mew/files | |
parent | stable x86; bug 169707 (diff) | |
download | gentoo-2-01c3ec62d0537c54544b731082ab846177057edd.tar.gz gentoo-2-01c3ec62d0537c54544b731082ab846177057edd.tar.bz2 gentoo-2-01c3ec62d0537c54544b731082ab846177057edd.zip |
add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kph.uni-mainz.de>
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs/mew/files')
-rw-r--r-- | app-emacs/mew/files/50mew-gentoo.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/mew/files/50mew-gentoo.el b/app-emacs/mew/files/50mew-gentoo.el index a935163c3055..819f9f1fec8b 100644 --- a/app-emacs/mew/files/50mew-gentoo.el +++ b/app-emacs/mew/files/50mew-gentoo.el @@ -1,7 +1,6 @@ ;;; mew site-lisp configuration - -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (setq mew-icon-directory "/usr/share/mew") |