summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-08 09:57:03 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-08 09:57:03 +0000
commit5b419d58c6a2aef3851f34646a1f936fa085cf66 (patch)
tree3d70b1f38eba79b1854bd6318bac158e25ffa6bb /app-emacs/uptimes/files
parentDo not use eclass vars before pkg_setup, bug 168051 (diff)
downloadgentoo-2-5b419d58c6a2aef3851f34646a1f936fa085cf66.tar.gz
gentoo-2-5b419d58c6a2aef3851f34646a1f936fa085cf66.tar.bz2
gentoo-2-5b419d58c6a2aef3851f34646a1f936fa085cf66.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/uptimes/files')
-rw-r--r--app-emacs/uptimes/files/50uptimes-gentoo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/uptimes/files/50uptimes-gentoo.el b/app-emacs/uptimes/files/50uptimes-gentoo.el
index b4f1896058ea..af9f39004932 100644
--- a/app-emacs/uptimes/files/50uptimes-gentoo.el
+++ b/app-emacs/uptimes/files/50uptimes-gentoo.el
@@ -1,5 +1,5 @@
;;; boxquote site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")
(require 'uptimes)