diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 09:56:00 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 09:56:00 +0000 |
commit | fb757f6ea29fd9055d098daa3ecf869bc5283b1d (patch) | |
tree | 8550b3fdabfa6f5facbaf030741cf0d7f170de34 /app-emacs/uboat | |
parent | Do not use eclass vars before pkg_setup, bug 168051 (diff) | |
download | gentoo-2-fb757f6ea29fd9055d098daa3ecf869bc5283b1d.tar.gz gentoo-2-fb757f6ea29fd9055d098daa3ecf869bc5283b1d.tar.bz2 gentoo-2-fb757f6ea29fd9055d098daa3ecf869bc5283b1d.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/uboat')
-rw-r--r-- | app-emacs/uboat/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/uboat/files/50uboat-gentoo.el | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/uboat/ChangeLog b/app-emacs/uboat/ChangeLog index 0b7831e75d91..8fae2c6a7951 100644 --- a/app-emacs/uboat/ChangeLog +++ b/app-emacs/uboat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/uboat # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/ChangeLog,v 1.8 2007/01/28 04:36:38 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/ChangeLog,v 1.9 2007/03/08 09:56:00 opfer Exp $ + + 08 Mar 2007; Christian Faulhammer <opfer@gentoo.org> + files/50uboat-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> uboat-1.2.ebuild: Replacing einfo with elog diff --git a/app-emacs/uboat/files/50uboat-gentoo.el b/app-emacs/uboat/files/50uboat-gentoo.el index 53d8b6614b28..683eb8cf07c2 100644 --- a/app-emacs/uboat/files/50uboat-gentoo.el +++ b/app-emacs/uboat/files/50uboat-gentoo.el @@ -1,6 +1,6 @@ ;;; uboat site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (autoload 'uboat-death-message "uboat" nil t) |