summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/wanderlust/ChangeLog6
-rw-r--r--app-emacs/wanderlust/files/70wl-gentoo.el3
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/wanderlust/ChangeLog b/app-emacs/wanderlust/ChangeLog
index d2bf0219d8bc..895c1dbeeab1 100644
--- a/app-emacs/wanderlust/ChangeLog
+++ b/app-emacs/wanderlust/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/wanderlust
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.50 2007/02/26 07:53:30 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.51 2007/03/08 10:00:08 opfer Exp $
+
+ 08 Mar 2007; Christian Faulhammer <opfer@gentoo.org> files/70wl-gentoo.el:
+ add load path correctly, fixes bug 169588, reported by Ulrich Mueller
+ <ulm@kph.uni-mainz.de>
*wanderlust-2.14.0-r3 (26 Feb 2007)
diff --git a/app-emacs/wanderlust/files/70wl-gentoo.el b/app-emacs/wanderlust/files/70wl-gentoo.el
index 84a81673a501..62fd8c7402a2 100644
--- a/app-emacs/wanderlust/files/70wl-gentoo.el
+++ b/app-emacs/wanderlust/files/70wl-gentoo.el
@@ -1,7 +1,6 @@
;;; Wanderlust site-lisp configuration
-
-(setq load-path (cons "/usr/share/emacs/site-lisp/wl" load-path))
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/wl")
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)