]> git.eshelyaron.com Git - emacs.git/commit
Tweak window handling in vc-pull-and-push
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Sep 2022 20:43:26 +0000 (22:43 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Sep 2022 20:43:26 +0000 (22:43 +0200)
commitd98ee767765032acc7f8f14c86dcbbfb67dbcaee
treeaf4f03bc4508bf3d10dde7d82564a9e2639b42d5
parentbe9e51f61f6c6de17967c139c95d71472bc30137
Tweak window handling in vc-pull-and-push

* lisp/vc/vc-dispatcher.el (vc--inhibit-async-window): Rename
variable.
(vc-do-async-command): Allow inhibiting all window changes.

* lisp/vc/vc-git.el (vc-git-pull-and-push): Don't pop up the
window asynchronously on the "pull" because that gets in the way
of doing other things.
lisp/vc/vc-dispatcher.el
lisp/vc/vc-git.el