diff options
author | 2007-03-07 05:54:50 +0000 | |
---|---|---|
committer | 2007-03-07 05:54:50 +0000 | |
commit | af24313a1e39deafe850ae420ab9b25ad1242e04 (patch) | |
tree | fbae4c1372c6ae1856953df1f9e09c1979039343 /app-emacs/boxquote | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@k... (diff) | |
download | gentoo-2-af24313a1e39deafe850ae420ab9b25ad1242e04.tar.gz gentoo-2-af24313a1e39deafe850ae420ab9b25ad1242e04.tar.bz2 gentoo-2-af24313a1e39deafe850ae420ab9b25ad1242e04.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/boxquote')
-rw-r--r-- | app-emacs/boxquote/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/boxquote/files/50boxquote-gentoo.el | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/boxquote/ChangeLog b/app-emacs/boxquote/ChangeLog index 7156cf7f5bd1..e0dbd2560dd7 100644 --- a/app-emacs/boxquote/ChangeLog +++ b/app-emacs/boxquote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/boxquote # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.10 2007/02/21 21:26:06 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.11 2007/03/07 05:54:50 opfer Exp $ + + 07 Mar 2007; Christian Faulhammer <opfer@gentoo.org> + files/50boxquote-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + <ulm@kph.uni-mainz.de> 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-emacs/boxquote/files/50boxquote-gentoo.el b/app-emacs/boxquote/files/50boxquote-gentoo.el index 31ff77c2d475..3f83ccd18f7a 100644 --- a/app-emacs/boxquote/files/50boxquote-gentoo.el +++ b/app-emacs/boxquote/files/50boxquote-gentoo.el @@ -1,6 +1,6 @@ ;;; boxquote site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'boxquote) |