diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 05:56:44 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 05:56:44 +0000 |
commit | 6ebc092e9291d420aebdd972cffeee6570d4f2bd (patch) | |
tree | 479acec54250e5cafb9c3ad156a25d2828f4cd3f /app-emacs/bubblet | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@k... (diff) | |
download | gentoo-2-6ebc092e9291d420aebdd972cffeee6570d4f2bd.tar.gz gentoo-2-6ebc092e9291d420aebdd972cffeee6570d4f2bd.tar.bz2 gentoo-2-6ebc092e9291d420aebdd972cffeee6570d4f2bd.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/bubblet')
-rw-r--r-- | app-emacs/bubblet/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/bubblet/files/50bubblet-gentoo.el | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/bubblet/ChangeLog b/app-emacs/bubblet/ChangeLog index 7d48a4b727e3..30d784f73fb1 100644 --- a/app-emacs/bubblet/ChangeLog +++ b/app-emacs/bubblet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/bubblet # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/bubblet/ChangeLog,v 1.7 2007/01/28 04:04:15 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/bubblet/ChangeLog,v 1.8 2007/03/07 05:56:44 opfer Exp $ + + 07 Mar 2007; Christian Faulhammer <opfer@gentoo.org> + files/50bubblet-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + <ulm@kph.uni-mainz.de> 28 Jan 2007; Marius Mauch <genone@gentoo.org> bubblet-0.74.ebuild: Replacing einfo with elog diff --git a/app-emacs/bubblet/files/50bubblet-gentoo.el b/app-emacs/bubblet/files/50bubblet-gentoo.el index 20ce5b90f7e3..cf7cae97b204 100644 --- a/app-emacs/bubblet/files/50bubblet-gentoo.el +++ b/app-emacs/bubblet/files/50bubblet-gentoo.el @@ -1,5 +1,5 @@ ;;; bubblet site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'bubblet) |