Version 1.7.5 of package Goto-Chg has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Goto-Chg describes itself as: ================= Go to last change ================= More at https://elpa.nongnu.org/nongnu/goto-chg.html ## Summary: Goto Last Change Goto the point of the most recent edit in the buffer. When repeated, goto the second most recent edit, etc. Negative argument, C-u -, for reverse direction. Works by looking into buffer-undo-list to find points of edit. You would probably like to bind this command to a key. For example in your ~/.emacs: (require 'goto-chg) (global-set-key [(control ?.)] 'goto-last-change) (global-set-key [(control ?,)] 'goto-last-change-reverse) Works with emacs-19.29, 19.31, 20.3, 20.7, 21.1, 21.4, 22.1 and 23.1 Works with XEmacs-20.4 and 21.4 (but see todo about `last-command' below) -------------------------------------------------------------------- History ## Recent NEWS: [Not provided 🙁]
