This is pretty good. Allows you to track back though the last places you altered.
(autoload 'goto-last-change "goto-last-change"
"Set point to the position of the last change." t)
(global-set-key (kbd "C-x C-n") 'goto-last-change)
--
My Emacs Files At GitHub