summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-03-07 10:04:24 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-03-07 10:04:24 +0000
commite9751e5f5149622653ce56874df5cfc92e70368b (patch)
tree9e6966ad35eae31fb961c661b5bf71c0d34abbad /app-emacs/limit/files
parentVersion bump(s). (diff)
downloadhistorical-e9751e5f5149622653ce56874df5cfc92e70368b.tar.gz
historical-e9751e5f5149622653ce56874df5cfc92e70368b.tar.bz2
historical-e9751e5f5149622653ce56874df5cfc92e70368b.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/limit/files')
-rw-r--r--app-emacs/limit/files/60flim-gentoo.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/limit/files/60flim-gentoo.el b/app-emacs/limit/files/60flim-gentoo.el
index 63ebf8a674c3..be0fe82e0703 100644
--- a/app-emacs/limit/files/60flim-gentoo.el
+++ b/app-emacs/limit/files/60flim-gentoo.el
@@ -1,4 +1,3 @@
-;;; FLIM site-lisp configuration
-
-(setq load-path (cons "@SITELISP@" load-path))
+;;; limit site-lisp configuration
+(add-to-list 'load-path "@SITELISP@")