summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-07 09:42:05 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-07 09:42:05 +0000
commita4fbe151f79ad6252332a6deadafeaf4c6046b7c (patch)
treebbee0531ee4e8233fa35ac3f5378488a40830986 /app-emacs/erobot
parentadd load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff)
downloadgentoo-2-a4fbe151f79ad6252332a6deadafeaf4c6046b7c.tar.gz
gentoo-2-a4fbe151f79ad6252332a6deadafeaf4c6046b7c.tar.bz2
gentoo-2-a4fbe151f79ad6252332a6deadafeaf4c6046b7c.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/erobot')
-rw-r--r--app-emacs/erobot/ChangeLog7
-rw-r--r--app-emacs/erobot/files/50erobot-gentoo.el2
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/erobot/ChangeLog b/app-emacs/erobot/ChangeLog
index 0fc3eb9e93b4..c80b95b54ec9 100644
--- a/app-emacs/erobot/ChangeLog
+++ b/app-emacs/erobot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/erobot
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/erobot/ChangeLog,v 1.7 2007/02/06 13:28:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/erobot/ChangeLog,v 1.8 2007/03/07 09:42:05 opfer Exp $
+
+ 07 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
+ files/50erobot-gentoo.el:
+ add load path correctly, fixes bug 169588, reported by Ulrich Mueller
+ <ulm@kph.uni-mainz.de>
06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/app-emacs/erobot/files/50erobot-gentoo.el b/app-emacs/erobot/files/50erobot-gentoo.el
index 588bc8a22afe..056b4fb3a851 100644
--- a/app-emacs/erobot/files/50erobot-gentoo.el
+++ b/app-emacs/erobot/files/50erobot-gentoo.el
@@ -1,6 +1,6 @@
;;; erobot site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")
(require 'erobot)