diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 09:38:04 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 09:38:04 +0000 |
commit | a3c4a532e9bddfeb3ef6aa857ac219f19c24d97c (patch) | |
tree | c114ca4dfee7291f141876fff1e067769bbde47e /app-emacs/elib/files/50elib-gentoo.el | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff) | |
download | gentoo-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.el | 2 |
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@") |