summaryrefslogtreecommitdiff
path: root/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-08-18 16:20:24 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-08-18 16:20:24 +0000
commitb2fd9f020df1d9d3fa710a4693a45e61342b48bc (patch)
tree01da00a414f29410f046f1aba0d5f738420f524b /mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
parentFix MASTER_SITES for php-4.0b2. (diff)
Make dependency to emacs binary as an absolute path.
Remove needless ``site-lisp'' from load-path at startup-el.el . Submitted by: Shigeyuki Fukushima <shige@FreeBSD.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=20785
Diffstat (limited to '')
-rw-r--r--mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
index 6c427dc1ba10..63565c1bea6f 100644
--- a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
+++ b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl
@@ -1,6 +1,5 @@
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl" "Write draft with Wanderlust." t)
-(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path))
(load "browse-url")
(load "mime-setup")
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")