master 5df6b1ad65e: VC: Prevent outgoing revision count process from querying on exit

Sean Whitton <[email protected]> Thu, 23 Jul 2026 10:39:04 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: master
commit 5df6b1ad65ea80a4f6fdd91df83531c22a307b3b
Author: Aaron L. Zeng <[email protected]>
Commit: Sean Whitton <[email protected]>

    VC: Prevent outgoing revision count process from querying on exit
    
    * lisp/vc/vc-dir.el (vc-dir--count-outgoing): Set query-on-exit
    flag for this process to nil (bug#81454).
    
    Copyright-paperwork-exempt: yes
---
 lisp/vc/vc-dir.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index 1ba834d94cc..b95e613ec2d 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -1542,6 +1542,7 @@ uses OVERLAY."
                                                  (current-buffer)
                                                  '(log-outgoing short))
                   (setq proc (get-buffer-process (current-buffer)))
+                  (set-process-query-on-exit-flag proc nil)
                   (overlay-put overlay 'proc proc)
                   (vc-run-delayed
                     (unwind-protect