diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 10:04:24 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 10:04:24 +0000 |
commit | e9751e5f5149622653ce56874df5cfc92e70368b (patch) | |
tree | 9e6966ad35eae31fb961c661b5bf71c0d34abbad /app-emacs/h4x0r/files | |
parent | Version bump(s). (diff) | |
download | historical-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.el | 3 |
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) |