diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2001-12-05 07:24:29 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2001-12-05 07:24:29 +0000 |
commit | 74fe2f0a0a033c8999bd058ef64ce78b2ed28fce (patch) | |
tree | eb1d9e05a38c94f597cb7ace7c35d0edbdaffdf5 /mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl | |
parent | Chasing mail/mutt-devel. (diff) |
Update to 2.6.1.
Move master port from mail/wanderlust-emacs to mail/wanderlust.
mail/wanderlust supports emacs21.
Remove mail/wanderlust-emacs and mail/wanderlust-mule.
Approved by: knu
Diffstat (limited to 'mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl')
-rw-r--r-- | mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl b/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl new file mode 100644 index 000000000000..e9ef833c9671 --- /dev/null +++ b/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl @@ -0,0 +1,4 @@ +(autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) +(load "mime-setup") +(provide 'wanderlust-startup) |