diff options
author | shige <shige@FreeBSD.org> | 2000-01-20 00:49:27 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-20 00:49:27 +0800 |
commit | f192e332f2e10581d657020f316b54d2d47ca2c4 (patch) | |
tree | 42122e56eb7740ca0ba6cf1d00e6b4f8d18e9053 /mail/wanderlust/files | |
parent | 205771683f0498eb712d6e90585a0a4f38d5fc15 (diff) | |
download | freebsd-ports-graphics-f192e332f2e10581d657020f316b54d2d47ca2c4.tar.gz freebsd-ports-graphics-f192e332f2e10581d657020f316b54d2d47ca2c4.tar.zst freebsd-ports-graphics-f192e332f2e10581d657020f316b54d2d47ca2c4.zip |
Fix for renaming xemacs-mule portname from mail/wanderlust-xmacs-mule
to mail/wanderlust-xemacs21-mule.
PR: ports/16190
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'mail/wanderlust/files')
-rw-r--r-- | mail/wanderlust/files/wanderlust-startup.xemacs21-mule.el.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.xemacs21-mule.el.tmpl b/mail/wanderlust/files/wanderlust-startup.xemacs21-mule.el.tmpl new file mode 100644 index 00000000000..452b5673a04 --- /dev/null +++ b/mail/wanderlust/files/wanderlust-startup.xemacs21-mule.el.tmpl @@ -0,0 +1,6 @@ +(autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-draft "wl" "Write draft with Wanderlust." t) +(load "browse-url") +(load "mime-setup") +(setq wl-icon-dir "%%PREFIX%%/%%EMACS_PACKAGESDIR%%/etc/wl") +(provide 'wanderlust-startup) |