Variable: change-log-version-info-enabled
change-log-version-info-enabled is a customizable variable defined in
add-log.el.gz.
Value
nil
Documentation
If non-nil, enable recording version numbers with the changes.
This variable was added, or its default value changed, in Emacs 21.1.
Probably introduced at or before Emacs version 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/add-log.el.gz
(defcustom change-log-version-info-enabled nil
"If non-nil, enable recording version numbers with the changes."
:version "21.1"
:type 'boolean)