Variable: vc-display-failed-async-commands
vc-display-failed-async-commands is a customizable variable defined in
vc-dispatcher.el.gz.
Value
nil
Documentation
If non-nil, display VC async command buffers when the command fails.
Considers VC async commands to have failed whenever they die due to a fatal signal or exit with a non-zero status.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
(defcustom vc-display-failed-async-commands nil
"If non-nil, display VC async command buffers when the command fails.
Considers VC async commands to have failed whenever they die due to a
fatal signal or exit with a non-zero status."
:type 'boolean
:version "31.1"
:group 'vc)