diff options
author | 2010-03-06 08:50:00 +0000 | |
---|---|---|
committer | 2010-03-06 08:50:00 +0000 | |
commit | 0ab3e63b0ec5457e2e2cd86c62c3e7d908f00505 (patch) | |
tree | c0aaa701deed1f75b111b592ca524ecc0f62d3a5 /sci-mathematics/maxima/files | |
parent | Moved dev-util/colorcvs to dev-vcs/colorcvs (diff) | |
download | gentoo-2-0ab3e63b0ec5457e2e2cd86c62c3e7d908f00505.tar.gz gentoo-2-0ab3e63b0ec5457e2e2cd86c62c3e7d908f00505.tar.bz2 gentoo-2-0ab3e63b0ec5457e2e2cd86c62c3e7d908f00505.zip |
Fix test for Emacs version in maxima.el, bug 307349.
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/maxima/files')
-rw-r--r-- | sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch b/sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch new file mode 100644 index 000000000000..d0ab0a5e768d --- /dev/null +++ b/sci-mathematics/maxima/files/maxima-5.20.1-emacs-version.patch @@ -0,0 +1,12 @@ +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))) |