summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-03-07 10:04:24 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-03-07 10:04:24 +0000
commite9751e5f5149622653ce56874df5cfc92e70368b (patch)
tree9e6966ad35eae31fb961c661b5bf71c0d34abbad /app-emacs/h4x0r
parentVersion bump(s). (diff)
downloadhistorical-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/h4x0r')
-rw-r--r--app-emacs/h4x0r/ChangeLog7
-rw-r--r--app-emacs/h4x0r/files/50h4x0r-gentoo.el3
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)