diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 09:51:40 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-08 09:51:40 +0000 |
commit | d300aa519834d08397ed3f12b69c858227b5ec1f (patch) | |
tree | 656006ca5cc9d5a729d84a0ca54816ed0b5c08ce /app-emacs/typing/files | |
parent | add load path correctly, fixes bug 169588, reported by Ulrich Mueller <ulm@kp... (diff) | |
download | gentoo-2-d300aa519834d08397ed3f12b69c858227b5ec1f.tar.gz gentoo-2-d300aa519834d08397ed3f12b69c858227b5ec1f.tar.bz2 gentoo-2-d300aa519834d08397ed3f12b69c858227b5ec1f.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/typing/files')
-rw-r--r-- | app-emacs/typing/files/50typing-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/typing/files/50typing-gentoo.el b/app-emacs/typing/files/50typing-gentoo.el index caa7513d3e3f..9a7de41252c8 100644 --- a/app-emacs/typing/files/50typing-gentoo.el +++ b/app-emacs/typing/files/50typing-gentoo.el @@ -1,6 +1,6 @@ ;;; typing site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (autoload 'typing-of-emacs "typing" "The Typing of Emacs, a game." t) |