freebsd-ports/mail/wanderlust/files/wanderlust-startup.xemacs21-mule.el.tmpl
Steve Price 188b392f5f Update to version 1.1.1.
PR:		19308
Submitted by:	maintainer
2000-07-10 02:03:31 +00:00

6 lines
231 B
Cheetah

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
(load "browse-url")
(load "mime-setup")
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_PACKAGESDIR%%/etc/wl")
(provide 'wanderlust-startup)