From e7d94351b89ee9b1991582e0c15315c251c65594 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Thu, 8 Mar 2007 07:12:41 +0000 Subject: add load path correctly, fixes bug 169588, reported by Ulrich Mueller (Portage version: 2.1.2-r9) --- sci-mathematics/maxima/ChangeLog | 7 ++++++- sci-mathematics/maxima/files/50maxima-gentoo.el | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sci-mathematics/maxima') diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index 78f4af2cfa33..d070a49d0641 100644 --- a/sci-mathematics/maxima/ChangeLog +++ b/sci-mathematics/maxima/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/maxima # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.24 2007/02/22 01:27:34 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.25 2007/03/08 07:12:41 opfer Exp $ + + 08 Mar 2007; Christian Faulhammer + files/50maxima-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + 22 Feb 2007; Markus Ullmann ChangeLog: Redigest for Manifest2 diff --git a/sci-mathematics/maxima/files/50maxima-gentoo.el b/sci-mathematics/maxima/files/50maxima-gentoo.el index 9b7151b17850..7ec9767413a8 100644 --- a/sci-mathematics/maxima/files/50maxima-gentoo.el +++ b/sci-mathematics/maxima/files/50maxima-gentoo.el @@ -1,5 +1,5 @@ ;; maxima mode -(setq load-path (cons "/usr/share/maxima/PV/emacs" load-path)) +(add-to-list 'load-path "/usr/share/maxima/PV/emacs") (autoload 'maxima-mode "maxima" "Maxima mode" t) (autoload 'maxima "maxima" "Maxima interactive" t) (setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist)) -- cgit v1.2.3-65-gdbad