summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-03-08 10:05:34 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-03-08 10:05:34 +0000
commitbcfa3f8a57801831cfce972a827689f8b0a45c21 (patch)
tree1fdf0add8ddba24aa5507302150f279ed6f1d314 /app-emacs/semi/files
parentstable on amd64; bug 169882 (diff)
downloadhistorical-bcfa3f8a57801831cfce972a827689f8b0a45c21.tar.gz
historical-bcfa3f8a57801831cfce972a827689f8b0a45c21.tar.bz2
historical-bcfa3f8a57801831cfce972a827689f8b0a45c21.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/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)