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/h4x0r/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/h4x0r/files')
-rw-r--r--app-emacs/h4x0r/files/50h4x0r-gentoo.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/h4x0r/files/50h4x0r-gentoo.el b/app-emacs/h4x0r/files/50h4x0r-gentoo.el
index b6cffe8f52b5..b8649be01ce8 100644
--- a/app-emacs/h4x0r/files/50h4x0r-gentoo.el
+++ b/app-emacs/h4x0r/files/50h4x0r-gentoo.el
@@ -1,6 +1,5 @@
;;; h4x0r site-lisp configuration
-
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")
(require 'h4x0r)