summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)