summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-07 10:02:44 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-07 10:02:44 +0000
commitac4a9ca95ae585269b325762288518e618b26a22 (patch)
tree6d6d2746edfe451c39896a836a230199c64bbaf6 /app-emacs/junkbust
parentadd load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff)
downloadgentoo-2-ac4a9ca95ae585269b325762288518e618b26a22.tar.gz
gentoo-2-ac4a9ca95ae585269b325762288518e618b26a22.tar.bz2
gentoo-2-ac4a9ca95ae585269b325762288518e618b26a22.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/junkbust')
-rw-r--r--app-emacs/junkbust/ChangeLog7
-rw-r--r--app-emacs/junkbust/files/50junkbust-gentoo.el2
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/junkbust/ChangeLog b/app-emacs/junkbust/ChangeLog
index e03ca7fcf856..27e472824895 100644
--- a/app-emacs/junkbust/ChangeLog
+++ b/app-emacs/junkbust/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/junkbust
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/junkbust/ChangeLog,v 1.9 2007/02/09 08:51:07 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/junkbust/ChangeLog,v 1.10 2007/03/07 10:02:44 opfer Exp $
+
+ 07 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
+ files/50junkbust-gentoo.el:
+ add load path correctly, fixes bug 169588, reported by Ulrich Mueller
+ <ulm@kph.uni-mainz.de>
*junkbust-0.9 (09 Feb 2007)
diff --git a/app-emacs/junkbust/files/50junkbust-gentoo.el b/app-emacs/junkbust/files/50junkbust-gentoo.el
index 6275c65e6576..aa73de19260a 100644
--- a/app-emacs/junkbust/files/50junkbust-gentoo.el
+++ b/app-emacs/junkbust/files/50junkbust-gentoo.el
@@ -1,7 +1,7 @@
;;; junkbust site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")
(require 'junkbust)
(global-set-key [f6] 'junkbust-block-url-edit-rule)
(global-set-key [S-f6] 'junkbust-block-url-edit-url)