diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 05:56:44 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 05:56:44 +0000 |
commit | fa19ddf21dd63de2f9c0aed30fdf755212d547f7 (patch) | |
tree | 2c6a0474bd5d022c78bafd7e0fd95a3415b326df /app-emacs/boxquote | |
parent | Fix broken Manifest due to Attic/ in the header of kpowersave-0.6.2.ebuild (s... (diff) | |
download | historical-fa19ddf21dd63de2f9c0aed30fdf755212d547f7.tar.gz historical-fa19ddf21dd63de2f9c0aed30fdf755212d547f7.tar.bz2 historical-fa19ddf21dd63de2f9c0aed30fdf755212d547f7.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/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) |