summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-10-19 21:13:57 +0000
committerUlrich Müller <ulm@gentoo.org>2007-10-19 21:13:57 +0000
commita4a0bc4e3d6b43864e9dcec8cb59f06f09e6163e (patch)
treea36e5e305773f0b3b254818b9046739c8de9d691 /app-emacs/wanderlust/files
parentstable x86, security bug 195565 (diff)
downloadhistorical-a4a0bc4e3d6b43864e9dcec8cb59f06f09e6163e.tar.gz
historical-a4a0bc4e3d6b43864e9dcec8cb59f06f09e6163e.tar.bz2
historical-a4a0bc4e3d6b43864e9dcec8cb59f06f09e6163e.zip
Add second argument to elisp-site-file-install.
Package-Manager: portage-2.1.3.14
Diffstat (limited to 'app-emacs/wanderlust/files')
-rw-r--r--app-emacs/wanderlust/files/70wl-gentoo.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emacs/wanderlust/files/70wl-gentoo.el b/app-emacs/wanderlust/files/70wl-gentoo.el
index 62fd8c7402a2..4b7aca4c7da3 100644
--- a/app-emacs/wanderlust/files/70wl-gentoo.el
+++ b/app-emacs/wanderlust/files/70wl-gentoo.el
@@ -1,6 +1,7 @@
-;;; Wanderlust site-lisp configuration
-(add-to-list 'load-path "/usr/share/emacs/site-lisp/wl")
+;;; wanderlust site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)