diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-19 06:52:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-19 06:52:38 +0000 |
commit | a016d776369f900ca9eb979a279b3b2f0f041773 (patch) | |
tree | 481e4f02c66e5f903a2b84698788a896fb86f565 /mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl | |
parent | b70c986b4722396f101c72b6685661ea41be371a (diff) |
Notes
Diffstat (limited to 'mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl')
-rw-r--r-- | mail/wanderlust/files/wanderlust-startup.emacs.el.tmpl | 2 |
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) |