Variable: add-log-always-start-new-record
add-log-always-start-new-record is a customizable variable defined in
add-log.el.gz.
Value
nil
Documentation
If non-nil, add-change-log-entry will always start a new record.
This variable was added, or its default value changed, in Emacs 22.1.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/add-log.el.gz
(defcustom add-log-always-start-new-record nil
"If non-nil, `add-change-log-entry' will always start a new record."
:version "22.1"
:type 'boolean)