summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-08 09:37:47 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-08 09:37:47 +0000
commit3f4d4a3dac877359d5c7a135efb689d5f8f7db5f (patch)
tree86d093b304d0d9bf22b768ee21796764389db103 /app-emacs/semi/files
parentstable x86; bug 169882 (diff)
downloadgentoo-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.el2
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)