diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 09:57:56 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-07 09:57:56 +0000 |
commit | 3c8c7678c2a7ff6afd92b84466799880489af39d (patch) | |
tree | ee3d066a2f5ee849716cb9e6c0532121004048c7 /app-emacs/igrep/files | |
parent | Version bump(s). (diff) | |
download | gentoo-2-3c8c7678c2a7ff6afd92b84466799880489af39d.tar.gz gentoo-2-3c8c7678c2a7ff6afd92b84466799880489af39d.tar.bz2 gentoo-2-3c8c7678c2a7ff6afd92b84466799880489af39d.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/igrep/files')
-rw-r--r-- | app-emacs/igrep/files/50igrep-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/igrep/files/50igrep-gentoo.el b/app-emacs/igrep/files/50igrep-gentoo.el index 6ff5f597ce76..39d58c953d05 100644 --- a/app-emacs/igrep/files/50igrep-gentoo.el +++ b/app-emacs/igrep/files/50igrep-gentoo.el @@ -1,7 +1,7 @@ ;;; igrep site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (autoload 'igrep "igrep" "*Run `grep` PROGRAM to match EXPRESSION in FILES..." t) |