Files
emacs/lisp/vc
Dima Kogan e5ef59b87d diff-mode auto-refines only after a successful motion
Prior to this patch (if enabled) auto-refinement would kick in after all
hunk navigation commands, even if the motion failed.  This would result
in a situation where the hunk navigation would signal an error and beep,
but yet still accomplish potentially useful work, by auto-refining.
This patch moves the auto-refinement code to only run when a motion was
successful

* lisp/vc/diff-mode.el (diff--internal-hunk-next,
  diff--internal-hunk-prev): Removed auto-refinement-triggering code
* lisp/vc/diff-mode.el (diff--wrap-navigation): Added
  auto-refinement-triggering code
2016-12-24 21:42:02 -08:00
..
2016-11-20 16:29:47 +01:00
2016-12-22 10:14:11 -08:00
2016-11-23 18:05:35 -08:00
2016-12-22 10:14:11 -08:00
2016-12-07 12:41:05 -08:00
2016-11-23 18:05:35 -08:00