aboutsummaryrefslogtreecommitdiff
path: root/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-19 06:52:38 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-19 06:52:38 +0000
commita016d776369f900ca9eb979a279b3b2f0f041773 (patch)
tree481e4f02c66e5f903a2b84698788a896fb86f565 /mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
parentb70c986b4722396f101c72b6685661ea41be371a (diff)
Notes
Diffstat (limited to 'mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl')
-rw-r--r--mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
index 19dbd53753ac..287822b1cec4 100644
--- a/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
+++ b/mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl
@@ -1,6 +1,6 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
-(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wanderlust" load-path))
+(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wl" load-path))
(require 'semi-setupel)
(require 'flim-setupel)
(require 'apel-setupel)