Variable: vc-display-status

vc-display-status is a customizable variable defined in vc-hooks.el.gz.

Value

t

Documentation

If non-nil, display revision number and lock status in mode line.

Otherwise, not displayed.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
(defcustom vc-display-status t
  "If non-nil, display revision number and lock status in mode line.
Otherwise, not displayed."
  :type 'boolean
  :group 'vc)