summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-07 09:54:46 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-07 09:54:46 +0000
commit0018e5442a7221628f7d7debaa64da3c4043c00c (patch)
treec218ef88f401719f955fe4badc0d89e3bfe626be /app-emacs/highline/files
parentadd load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff)
downloadgentoo-2-0018e5442a7221628f7d7debaa64da3c4043c00c.tar.gz
gentoo-2-0018e5442a7221628f7d7debaa64da3c4043c00c.tar.bz2
gentoo-2-0018e5442a7221628f7d7debaa64da3c4043c00c.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/highline/files')
-rw-r--r--app-emacs/highline/files/50highline-gentoo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/highline/files/50highline-gentoo.el b/app-emacs/highline/files/50highline-gentoo.el
index 802534573f59..062430816d84 100644
--- a/app-emacs/highline/files/50highline-gentoo.el
+++ b/app-emacs/highline/files/50highline-gentoo.el
@@ -1,7 +1,7 @@
;;; highline site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")
(require 'highline)
;; (global-set-key "\C-c\C-a" 'highline-on)
;; (global-set-key "\C-c\C-b" 'highline-off)