diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 09:42:05 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 09:42:05 +0000 |
commit | a4fbe151f79ad6252332a6deadafeaf4c6046b7c (patch) | |
tree | bbee0531ee4e8233fa35ac3f5378488a40830986 /app-emacs/erobot/files | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff) | |
download | gentoo-2-a4fbe151f79ad6252332a6deadafeaf4c6046b7c.tar.gz gentoo-2-a4fbe151f79ad6252332a6deadafeaf4c6046b7c.tar.bz2 gentoo-2-a4fbe151f79ad6252332a6deadafeaf4c6046b7c.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/erobot/files')
-rw-r--r-- | app-emacs/erobot/files/50erobot-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/erobot/files/50erobot-gentoo.el b/app-emacs/erobot/files/50erobot-gentoo.el index 588bc8a22afe..056b4fb3a851 100644 --- a/app-emacs/erobot/files/50erobot-gentoo.el +++ b/app-emacs/erobot/files/50erobot-gentoo.el @@ -1,6 +1,6 @@ ;;; erobot site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'erobot) |