diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 10:04:24 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 10:04:24 +0000 |
commit | e9751e5f5149622653ce56874df5cfc92e70368b (patch) | |
tree | 9e6966ad35eae31fb961c661b5bf71c0d34abbad /app-emacs/inform-mode | |
parent | Version bump(s). (diff) | |
download | historical-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/inform-mode')
-rw-r--r-- | app-emacs/inform-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/inform-mode/files/50inform-mode-gentoo.el | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/inform-mode/ChangeLog b/app-emacs/inform-mode/ChangeLog index a8e977c858af..92fac47bb1a8 100644 --- a/app-emacs/inform-mode/ChangeLog +++ b/app-emacs/inform-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/inform-mode # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/ChangeLog,v 1.10 2007/02/06 13:33:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/inform-mode/ChangeLog,v 1.11 2007/03/07 10:00:30 opfer Exp $ + + 07 Mar 2007; Christian Faulhammer <opfer@gentoo.org> + files/50inform-mode-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/inform-mode/files/50inform-mode-gentoo.el b/app-emacs/inform-mode/files/50inform-mode-gentoo.el index 1f8d54f22993..f73f9efb7d1e 100644 --- a/app-emacs/inform-mode/files/50inform-mode-gentoo.el +++ b/app-emacs/inform-mode/files/50inform-mode-gentoo.el @@ -1,7 +1,7 @@ ;;; inform-mode site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (autoload 'inform-mode "inform-mode" "Inform editing mode." t) (autoload 'inform-maybe-mode "inform-mode" "Inform/C header editing mode.") |