From d300aa519834d08397ed3f12b69c858227b5ec1f Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Thu, 8 Mar 2007 09:51:40 +0000 Subject: add load path correctly, fixes bug 169588, reported by Ulrich Mueller (Portage version: 2.1.2-r9) --- app-emacs/typing/ChangeLog | 7 ++++++- app-emacs/typing/files/50typing-gentoo.el | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'app-emacs/typing') diff --git a/app-emacs/typing/ChangeLog b/app-emacs/typing/ChangeLog index b61e760ad77d..5006fe081ecd 100644 --- a/app-emacs/typing/ChangeLog +++ b/app-emacs/typing/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/typing # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/typing/ChangeLog,v 1.7 2007/01/28 04:34:26 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/typing/ChangeLog,v 1.8 2007/03/08 09:51:40 opfer Exp $ + + 08 Mar 2007; Christian Faulhammer + files/50typing-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + 28 Jan 2007; Marius Mauch typing-1.1.2.ebuild: Replacing einfo with elog 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) -- cgit v1.2.3-65-gdbad