casouri / vundo

Visualize the undo tree.
414 stars 21 forks source link

vundo--build-tree: Symbol’s function definition is void: undo--last-change-was-undo-p #7

Closed NightMachinery closed 2 years ago

NightMachinery commented 2 years ago

I get this error when I call vundo:

vundo--build-tree: Symbol’s function definition is void: undo--last-change-was-undo-p
casouri commented 2 years ago

I guess you are using Emacs 27, right? Vundo requires Emacs 28 which is not yet released. I forgot to add a notice about that in the README, thanks for reporting.