diff options
author | 2007-03-08 09:50:03 +0000 | |
---|---|---|
committer | 2007-03-08 09:50:03 +0000 | |
commit | 8b480ff8339e8a27aafaeba7a67ebec1ffbbc131 (patch) | |
tree | 0bf80c7a5ce4204f048576c02732395d5541836f /app-emacs/thumbs/files | |
parent | fixed desktop file for kde. (diff) | |
download | gentoo-2-8b480ff8339e8a27aafaeba7a67ebec1ffbbc131.tar.gz gentoo-2-8b480ff8339e8a27aafaeba7a67ebec1ffbbc131.tar.bz2 gentoo-2-8b480ff8339e8a27aafaeba7a67ebec1ffbbc131.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/thumbs/files')
-rw-r--r-- | app-emacs/thumbs/files/50thumbs-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/thumbs/files/50thumbs-gentoo.el b/app-emacs/thumbs/files/50thumbs-gentoo.el index dd1aaf12cd2a..2c9b47499da8 100644 --- a/app-emacs/thumbs/files/50thumbs-gentoo.el +++ b/app-emacs/thumbs/files/50thumbs-gentoo.el @@ -1,6 +1,6 @@ ;;; thumbs site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'image) (require 'thumbs) |