summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-03-07 09:57:56 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-03-07 09:57:56 +0000
commit3c8c7678c2a7ff6afd92b84466799880489af39d (patch)
treeee3d066a2f5ee849716cb9e6c0532121004048c7 /app-emacs/igrep/files
parentVersion bump(s). (diff)
downloadgentoo-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.el2
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)