diff options
Diffstat (limited to 'mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl')
-rw-r--r-- | mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl index 5eb85a7..423395b 100644 --- a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl +++ b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl @@ -1,5 +1,5 @@ (autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl" "Write draft with Wanderlust." t) +(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) (setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path)) (load "browse-url") (load "mime-setup") |