mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
vc--count-outgoing: Set process query on exit flag to nil
* lisp/vc/vc.el (vc--count-outgoing): Set process query on exit flag to nil (bug#81454). Do not merge to master.
This commit is contained in:
parent
1bdbdade6b
commit
6f992eaa49
|
|
@ -4727,6 +4727,7 @@ can be a remote branch name."
|
|||
(vc-incoming-outgoing-internal backend nil
|
||||
(current-buffer) 'log-outgoing))
|
||||
(let ((proc (get-buffer-process (current-buffer))))
|
||||
(set-process-query-on-exit-flag proc nil)
|
||||
(while (accept-process-output proc)))
|
||||
(how-many log-view-message-re)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue