summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-03-08 10:05:34 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-03-08 10:05:34 +0000
commitbcfa3f8a57801831cfce972a827689f8b0a45c21 (patch)
tree1fdf0add8ddba24aa5507302150f279ed6f1d314 /app-emacs/wanderlust-cvs
parentstable on amd64; bug 169882 (diff)
downloadhistorical-bcfa3f8a57801831cfce972a827689f8b0a45c21.tar.gz
historical-bcfa3f8a57801831cfce972a827689f8b0a45c21.tar.bz2
historical-bcfa3f8a57801831cfce972a827689f8b0a45c21.zip
add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kph.uni-mainz.de>
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'app-emacs/wanderlust-cvs')
-rw-r--r--app-emacs/wanderlust-cvs/ChangeLog8
-rw-r--r--app-emacs/wanderlust-cvs/files/70wl-gentoo.el2
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/wanderlust-cvs/ChangeLog b/app-emacs/wanderlust-cvs/ChangeLog
index 89ff3c89b009..1083387e2edc 100644
--- a/app-emacs/wanderlust-cvs/ChangeLog
+++ b/app-emacs/wanderlust-cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/wanderlust-cvs
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust-cvs/ChangeLog,v 1.7 2006/03/06 01:14:11 mkennedy Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust-cvs/ChangeLog,v 1.8 2007/03/08 10:01:36 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>
06 Mar 2006; Matthew Kennedy <mkennedy@gentoo.org>
-wanderlust-cvs-2.14.ebuild:
diff --git a/app-emacs/wanderlust-cvs/files/70wl-gentoo.el b/app-emacs/wanderlust-cvs/files/70wl-gentoo.el
index 8aa46ec18901..24e30802a356 100644
--- a/app-emacs/wanderlust-cvs/files/70wl-gentoo.el
+++ b/app-emacs/wanderlust-cvs/files/70wl-gentoo.el
@@ -1,7 +1,7 @@
;;; Wanderlust site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)