diff options
author | 2007-03-07 09:35:47 +0000 | |
---|---|---|
committer | 2007-03-07 09:35:47 +0000 | |
commit | 1123e254bd8a48897b914dc87caeb1bd2f948569 (patch) | |
tree | 46e0f8ac8b8abd31d2b15572e3c26c6dd2f5e0c1 /app-emacs/crontab-mode | |
parent | Removing the mask for apr-util-0.9.12-r1, installs to the right location now .. (diff) | |
download | historical-1123e254bd8a48897b914dc87caeb1bd2f948569.tar.gz historical-1123e254bd8a48897b914dc87caeb1bd2f948569.tar.bz2 historical-1123e254bd8a48897b914dc87caeb1bd2f948569.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/crontab-mode')
-rw-r--r-- | app-emacs/crontab-mode/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/crontab-mode/files/50crontab-mode-gentoo.el | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emacs/crontab-mode/ChangeLog b/app-emacs/crontab-mode/ChangeLog index cfc13d8a6971..31d107831790 100644 --- a/app-emacs/crontab-mode/ChangeLog +++ b/app-emacs/crontab-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/crontab-mode # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/ChangeLog,v 1.10 2007/02/14 18:18:35 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/ChangeLog,v 1.11 2007/03/07 09:32:22 opfer Exp $ + + 07 Mar 2007; Christian Faulhammer <opfer@gentoo.org> + files/50crontab-mode-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + <ulm@kph.uni-mainz.de> *crontab-mode-1.20 (14 Feb 2007) diff --git a/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el index f0a744cb8486..504426ee254c 100644 --- a/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el +++ b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el @@ -1,7 +1,7 @@ ;;; crontab-mode site-lisp configuration +(add-to-list 'load-path "@SITELISP@") -(setq load-path (cons "@SITELISP@" load-path)) (autoload 'crontab-mode "crontab-mode" nil t) (autoload 'crontab-get "crontab-mode" nil t) |