diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-19 21:13:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-19 21:13:57 +0000 |
commit | a4a0bc4e3d6b43864e9dcec8cb59f06f09e6163e (patch) | |
tree | a36e5e305773f0b3b254818b9046739c8de9d691 /app-emacs/wanderlust/files | |
parent | stable x86, security bug 195565 (diff) | |
download | historical-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.el | 5 |
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) |