freebsd-ports/mail/wanderlust/files/wanderlust-startup.emacs23.el.tmpl
MANTANI Nobutaka fba0658372 Fix build error with emacs23.
Submitted by:	bsam
2010-01-27 16:31:10 +00:00

4 lines
150 B
Cheetah

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
(load "mime-setup")
(provide 'wanderlust-startup)