summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-03-08 07:14:15 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-03-08 07:14:15 +0000
commit17af085fef9f81273b877a621fafc8bc8697827b (patch)
tree9c76ae8f399bcb20f510fb18192dadd5bb758f8c /app-emacs/eperiodic/files
parentadd load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff)
downloadhistorical-17af085fef9f81273b877a621fafc8bc8697827b.tar.gz
historical-17af085fef9f81273b877a621fafc8bc8697827b.tar.bz2
historical-17af085fef9f81273b877a621fafc8bc8697827b.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/eperiodic/files')
-rw-r--r--app-emacs/eperiodic/files/50eperiodic-gentoo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/eperiodic/files/50eperiodic-gentoo.el b/app-emacs/eperiodic/files/50eperiodic-gentoo.el
index 3c093d4d362b..1aaa37e8c4ad 100644
--- a/app-emacs/eperiodic/files/50eperiodic-gentoo.el
+++ b/app-emacs/eperiodic/files/50eperiodic-gentoo.el
@@ -1,7 +1,7 @@
;;; eperiodic site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")
(autoload 'eperiodic "eperiodic"
"Display the periodic table of the elements in its own buffer"
t)