diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 10:00:08 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 10:00:08 +0000 |
commit | 9c3bf8621b67a7f99404587c5e1b755ec996eed6 (patch) | |
tree | 52b93136a1802a39231d2ca5eac5637a68c11570 /app-emacs/wanderlust/files | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff) | |
download | gentoo-2-9c3bf8621b67a7f99404587c5e1b755ec996eed6.tar.gz gentoo-2-9c3bf8621b67a7f99404587c5e1b755ec996eed6.tar.bz2 gentoo-2-9c3bf8621b67a7f99404587c5e1b755ec996eed6.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/wanderlust/files')
-rw-r--r-- | app-emacs/wanderlust/files/70wl-gentoo.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/wanderlust/files/70wl-gentoo.el b/app-emacs/wanderlust/files/70wl-gentoo.el index 84a81673a501..62fd8c7402a2 100644 --- a/app-emacs/wanderlust/files/70wl-gentoo.el +++ b/app-emacs/wanderlust/files/70wl-gentoo.el @@ -1,7 +1,6 @@ ;;; Wanderlust site-lisp configuration - -(setq load-path (cons "/usr/share/emacs/site-lisp/wl" load-path)) +(add-to-list 'load-path "/usr/share/emacs/site-lisp/wl") (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) |