summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-03-07 05:36:47 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-03-07 05:36:47 +0000
commit65417e9502b4d47fd84f94302cfaef4a8b59cf55 (patch)
tree941b706eab7ae1493e99947694f680ea53a25c30 /app-emacs/analog/files
parentremoved aspell activation, as Emacs detects that itself (diff)
downloadhistorical-65417e9502b4d47fd84f94302cfaef4a8b59cf55.tar.gz
historical-65417e9502b4d47fd84f94302cfaef4a8b59cf55.tar.bz2
historical-65417e9502b4d47fd84f94302cfaef4a8b59cf55.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/analog/files')
-rw-r--r--app-emacs/analog/files/50analog-gentoo.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/analog/files/50analog-gentoo.el b/app-emacs/analog/files/50analog-gentoo.el
index f5353fceb659..9b82a4ae946c 100644
--- a/app-emacs/analog/files/50analog-gentoo.el
+++ b/app-emacs/analog/files/50analog-gentoo.el
@@ -1,7 +1,6 @@
;;; analog site-lisp configuration
-
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")
(autoload 'analog "analog"
"Start analog mode"
t)