goto-last-change.el
goto-last-change.el copied to clipboard
An Emacs package to move point through buffer-undo-list positions.
`buffer-undo-list` entries can now also take the forms `(apply FUN-NAME . ARGS)` and `(apply DELTA BEG END FUN-NAME . ARGS)`.
Quoting from section 11.7.3.1 How to Signal an Error in the GNU Emacs Lisp Reference Manual (version 26.2): "[user-error] behaves exactly like error, except that it uses the error symbol...
The default value of 'minimal-line-distance is now customizable. If you don't like "10" as default, you don't need to give a prefix argument every time. Also eases binding 'goto-last-change-with-auto-marks to...