]> git.eshelyaron.com Git - emacs.git/commit
Don't move point in vc-dir on vc-register/vc-checkin (bug#43188)
authorAndrii Kolomoiets <andreyk.mad@gmail.com>
Thu, 3 Sep 2020 19:13:36 +0000 (22:13 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 4 Sep 2020 21:16:39 +0000 (00:16 +0300)
commitf450798cb0b9bedfa73efff14605a04eec4f1d9e
tree829e66813bbda4a2cd1e2c2a4206332c7ca0e218
parent9e5fd29bede00905d7ff95ea213c2e2f47944e61
Don't move point in vc-dir on vc-register/vc-checkin (bug#43188)

* lisp/vc/vc-dir.el (vc-dir-update):
  Save and restore point on 'ewoc-invalidate'.
* lisp/vc/vc-dispatcher.el (vc-finish-logentry):
  Don't call 'vc-dir-move-to-goal-column'.
* lisp/vc/vc.el (vc-register): Don't call 'vc-dir-move-to-goal-column'.
lisp/vc/vc-dir.el
lisp/vc/vc-dispatcher.el
lisp/vc/vc.el