summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-08 08:00:07 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-08 08:00:07 +0000
commit4079cea4799ed98ae768607b3aa85ff6b2521145 (patch)
treec66c21c31a9400973b2079e8208c1868a7e73976 /app-emacs/protbuf
parentadd load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff)
downloadgentoo-2-4079cea4799ed98ae768607b3aa85ff6b2521145.tar.gz
gentoo-2-4079cea4799ed98ae768607b3aa85ff6b2521145.tar.bz2
gentoo-2-4079cea4799ed98ae768607b3aa85ff6b2521145.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/protbuf')
-rw-r--r--app-emacs/protbuf/ChangeLog7
-rw-r--r--app-emacs/protbuf/files/50protbuf-gentoo.el2
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/protbuf/ChangeLog b/app-emacs/protbuf/ChangeLog
index c15f70df28a3..7e782baec4b3 100644
--- a/app-emacs/protbuf/ChangeLog
+++ b/app-emacs/protbuf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/protbuf
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/ChangeLog,v 1.7 2007/02/06 13:41:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/ChangeLog,v 1.8 2007/03/08 08:00:07 opfer Exp $
+
+ 08 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
+ files/50protbuf-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/protbuf/files/50protbuf-gentoo.el b/app-emacs/protbuf/files/50protbuf-gentoo.el
index 99311ef79984..556c82ae617e 100644
--- a/app-emacs/protbuf/files/50protbuf-gentoo.el
+++ b/app-emacs/protbuf/files/50protbuf-gentoo.el
@@ -1,5 +1,5 @@
;;; protbuf site-lisp configuration
-(setq load-path (cons "@SITELISP@" load-path))
+(add-to-list 'load-path "@SITELISP@")
(require 'protbuf)