A typo in maxima.el that makes it fail in recent Emacsen
Subject: A typo in maxima.el that makes it fail in recent Emacsen
From: Leo
Date: Mon, 25 Jan 2010 17:05:53 +0000
I wonder if someone may commit the attached patch to maxima.el. It
removes redefinition of comint-dynamic-list-completions (thus support of
emacs 20). Its
(if (and
(not maxima-running-xemacs)
(or
(< emacs-major-version 21)
(< emacs-minor-version 3)))
......
is wrong, where minor-version can completely decide whether to run the
following form. Thus every .1 .2 releases get the redefinition.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: m.diff
Type: text/x-patch
Size: 44402 bytes
Desc: m.diff
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20100125/7be65e97/attachment-0001.bin>
-------------- next part --------------
Leo