diff options
Diffstat (limited to 'mail/wanderlust/files/wanderlust-startup.mule.el.tmpl')
-rw-r--r-- | mail/wanderlust/files/wanderlust-startup.mule.el.tmpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl b/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl deleted file mode 100644 index 16d63384a0ba..000000000000 --- a/mail/wanderlust/files/wanderlust-startup.mule.el.tmpl +++ /dev/null @@ -1,8 +0,0 @@ -(autoload 'wl "wl" "Wanderlust" t) -(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) -(setq load-path (cons "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/wl" load-path)) -(require 'semi-setupel) -(require 'flim-setupel) -(require 'apel-setupel) -(load "mime-setup") -(provide 'wanderlust-startup) |