summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-03-08 10:05:34 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-03-08 10:05:34 +0000
commitbcfa3f8a57801831cfce972a827689f8b0a45c21 (patch)
tree1fdf0add8ddba24aa5507302150f279ed6f1d314 /app-emacs/wanderlust/files
parentstable on amd64; bug 169882 (diff)
downloadhistorical-bcfa3f8a57801831cfce972a827689f8b0a45c21.tar.gz
historical-bcfa3f8a57801831cfce972a827689f8b0a45c21.tar.bz2
historical-bcfa3f8a57801831cfce972a827689f8b0a45c21.zip
add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kph.uni-mainz.de>
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'app-emacs/wanderlust/files')
-rw-r--r--app-emacs/wanderlust/files/70wl-gentoo.el3
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)