diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 09:37:47 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 09:37:47 +0000 |
commit | 3f4d4a3dac877359d5c7a135efb689d5f8f7db5f (patch) | |
tree | 86d093b304d0d9bf22b768ee21796764389db103 /app-emacs/semi/files | |
parent | stable x86; bug 169882 (diff) | |
download | gentoo-2-3f4d4a3dac877359d5c7a135efb689d5f8f7db5f.tar.gz gentoo-2-3f4d4a3dac877359d5c7a135efb689d5f8f7db5f.tar.bz2 gentoo-2-3f4d4a3dac877359d5c7a135efb689d5f8f7db5f.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/semi/files')
-rw-r--r-- | app-emacs/semi/files/65semi-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/semi/files/65semi-gentoo.el b/app-emacs/semi/files/65semi-gentoo.el index df86eab29a21..2fbeddc39e8d 100644 --- a/app-emacs/semi/files/65semi-gentoo.el +++ b/app-emacs/semi/files/65semi-gentoo.el @@ -1,5 +1,5 @@ ;;; SEMI site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'mime-setup) |