summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-07 09:38:04 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-07 09:38:04 +0000
commita3c4a532e9bddfeb3ef6aa857ac219f19c24d97c (patch)
treec114ca4dfee7291f141876fff1e067769bbde47e /app-emacs/elib/files/50elib-gentoo.el
parentadd load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff)
downloadgentoo-2-a3c4a532e9bddfeb3ef6aa857ac219f19c24d97c.tar.gz
gentoo-2-a3c4a532e9bddfeb3ef6aa857ac219f19c24d97c.tar.bz2
gentoo-2-a3c4a532e9bddfeb3ef6aa857ac219f19c24d97c.zip
add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kph.uni-mainz.de>
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs/elib/files/50elib-gentoo.el')
-rw-r--r--app-emacs/elib/files/50elib-gentoo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/elib/files/50elib-gentoo.el b/app-emacs/elib/files/50elib-gentoo.el
index 418a89ccde04..cee12ac384e9 100644
--- a/app-emacs/elib/files/50elib-gentoo.el
+++ b/app-emacs/elib/files/50elib-gentoo.el
@@ -1,4 +1,4 @@
;;; elib site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")