emacsorphanage / macrostep

interactive macro-expander for Emacs
GNU General Public License v3.0
15 stars 6 forks source link

The now required function ‘defvar-keymap’ is only available since emacs 29 #11

Closed mlampe closed 4 months ago

mlampe commented 4 months ago

Updating from 0.92 to 0.93 with emacs 28.2 gives me:

macrostep-c.el:46:1: Error: Symbol’s function definition is void: defvar-keymap

Loading the compat package before installing fixes this. It should probably be a requirement now.

mmontone commented 4 months ago

Can this be relased please? SLIME is broken because of this for Emacs < 29. And I imagine other packages too ...