Variable: vc-command-messages

vc-command-messages is a customizable variable defined in vc-dispatcher.el.gz.

Value

nil

Documentation

If non-nil, display run messages from back-end commands.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
(defcustom vc-command-messages nil
  "If non-nil, display run messages from back-end commands."
  :type 'boolean
  :group 'vc)