casouri / vundo

Visualize the undo tree.
413 stars 20 forks source link

fixup: autoload vundo-diff--quit from vundo-diff.el #105

Closed Animeshz closed 4 months ago

Animeshz commented 4 months ago

https://github.com/casouri/vundo/blob/c66abe86e12671ce46552a38d63a2b635bff23b9/vundo.el#L745-L748

vundo-diff--quit referenced in vundo.el is marked with ###autoload so that it can be referenced from it.

Fixes #104.

casouri commented 4 months ago

Oh you even created a pr! Thanks! Though I pushed a fix that's a bit different from this pr.