diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 07:54:55 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 07:54:55 +0000 |
commit | 4c6c7368d569e961652f1174833e5472514fea7f (patch) | |
tree | e80f8969e4917880cb673307d035ac57d4025202 /app-emacs/ognus | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff) | |
download | gentoo-2-4c6c7368d569e961652f1174833e5472514fea7f.tar.gz gentoo-2-4c6c7368d569e961652f1174833e5472514fea7f.tar.bz2 gentoo-2-4c6c7368d569e961652f1174833e5472514fea7f.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/ognus')
-rw-r--r-- | app-emacs/ognus/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/ognus/files/70ognus-gentoo.el | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/ognus/ChangeLog b/app-emacs/ognus/ChangeLog index 3a08e5ce0d51..be467e07e660 100644 --- a/app-emacs/ognus/ChangeLog +++ b/app-emacs/ognus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/ognus # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ognus/ChangeLog,v 1.8 2007/02/08 14:36:23 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ognus/ChangeLog,v 1.9 2007/03/08 07:54:55 opfer Exp $ + + 08 Mar 2007; Christian Faulhammer <opfer@gentoo.org> + files/70ognus-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + <ulm@kph.uni-mainz.de> 08 Feb 2007; Christian Faulhammer <opfer@gentoo.org> -ognus-0.17.ebuild, -ognus-0.18.ebuild: diff --git a/app-emacs/ognus/files/70ognus-gentoo.el b/app-emacs/ognus/files/70ognus-gentoo.el index fb702cea21f0..3974c13a0fb8 100644 --- a/app-emacs/ognus/files/70ognus-gentoo.el +++ b/app-emacs/ognus/files/70ognus-gentoo.el @@ -1,5 +1,5 @@ ;;; ognus site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'gnus) |