diff options
author | 2007-03-07 09:53:45 +0000 | |
---|---|---|
committer | 2007-03-07 09:53:45 +0000 | |
commit | 1afe41696ab1f95546d122a4e76fea3b619dd473 (patch) | |
tree | 35e7a56e3a7864d5573bf0fbc6c8c977057725fc /app-emacs | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff) | |
download | gentoo-2-1afe41696ab1f95546d122a4e76fea3b619dd473.tar.gz gentoo-2-1afe41696ab1f95546d122a4e76fea3b619dd473.tar.bz2 gentoo-2-1afe41696ab1f95546d122a4e76fea3b619dd473.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')
-rw-r--r-- | app-emacs/h4x0r/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/h4x0r/files/50h4x0r-gentoo.el | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/h4x0r/ChangeLog b/app-emacs/h4x0r/ChangeLog index f7bb872288cd..ab8201af8324 100644 --- a/app-emacs/h4x0r/ChangeLog +++ b/app-emacs/h4x0r/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/h4x0r # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/ChangeLog,v 1.9 2007/02/21 21:31:46 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/ChangeLog,v 1.10 2007/03/07 09:53:45 opfer Exp $ + + 07 Mar 2007; Christian Faulhammer <opfer@gentoo.org> + files/50h4x0r-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/h4x0r/files/50h4x0r-gentoo.el b/app-emacs/h4x0r/files/50h4x0r-gentoo.el index b6cffe8f52b5..b8649be01ce8 100644 --- a/app-emacs/h4x0r/files/50h4x0r-gentoo.el +++ b/app-emacs/h4x0r/files/50h4x0r-gentoo.el @@ -1,6 +1,5 @@ ;;; h4x0r site-lisp configuration - -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'h4x0r) |