* [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima/files: maxima-5.20.1-emacs-version.patch
@ 2010-03-06 8:50 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2010-03-06 8:50 UTC (permalink / raw
To: gentoo-commits
ulm 10/03/06 08:50:01
Added: maxima-5.20.1-emacs-version.patch
Log:
Fix test for Emacs version in maxima.el, bug 307349.
(Portage version: 2.2_rc63/cvs/Linux i686)
Revision Changes Path
1.1 sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch?rev=1.1&content-type=text/plain
Index: maxima-5.20.1-emacs-version.patch
===================================================================
http://bugs.gentoo.org/307349
--- maxima-5.20.1-orig/interfaces/emacs/emaxima/maxima.el
+++ maxima-5.20.1/interfaces/emacs/emaxima/maxima.el
@@ -2109,6 +2109,7 @@
;;; The next functions are from comint.el in cvs emacs
(if (and
(not maxima-running-xemacs)
+ (<= emacs-major-version 21)
(or
(< emacs-major-version 21)
(< emacs-minor-version 3)))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-06 8:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-06 8:50 [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima/files: maxima-5.20.1-emacs-version.patch Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox