diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 09:35:47 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-03-07 09:35:47 +0000 |
commit | 1123e254bd8a48897b914dc87caeb1bd2f948569 (patch) | |
tree | 46e0f8ac8b8abd31d2b15572e3c26c6dd2f5e0c1 /app-emacs/dictionary/files | |
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/dictionary/files')
-rw-r--r-- | app-emacs/dictionary/files/50dictionary-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/dictionary/files/50dictionary-gentoo.el b/app-emacs/dictionary/files/50dictionary-gentoo.el index 10c7fd526179..64075f6a2ebe 100644 --- a/app-emacs/dictionary/files/50dictionary-gentoo.el +++ b/app-emacs/dictionary/files/50dictionary-gentoo.el @@ -1,7 +1,7 @@ ;;; dictionary site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (load "dictionary-init") |