diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 10:04:24 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 10:04:24 +0000 |
commit | e9751e5f5149622653ce56874df5cfc92e70368b (patch) | |
tree | 9e6966ad35eae31fb961c661b5bf71c0d34abbad /app-emacs/junkbust | |
parent | Version bump(s). (diff) | |
download | historical-e9751e5f5149622653ce56874df5cfc92e70368b.tar.gz historical-e9751e5f5149622653ce56874df5cfc92e70368b.tar.bz2 historical-e9751e5f5149622653ce56874df5cfc92e70368b.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/junkbust')
-rw-r--r-- | app-emacs/junkbust/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/junkbust/files/50junkbust-gentoo.el | 2 |
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) |