maxima-el questions?



"Richard Fateman" <fateman at cs.berkeley.edu> writes:

> I decided to try maxima.el, but got a message about
> Symbol's function definition is void: define-minor-mode
>
> Maybe I'm using too old an emacs?   20.7.1 (i386-*-nt5.1.2600)

That version of emacs had `easy-mmode-define-minor-mode' instead of
`define-minor-mode'.  I added an alias in maxima.el, so it will define  
`define-minor-mode' if it needs to.

Jay