Variable: log-edit-confirm
log-edit-confirm is a customizable variable defined in log-edit.el.gz.
Value
changed
Documentation
If non-nil, log-edit-done will request confirmation.
If changed, only request confirmation if the list of files has
changed since the beginning of the log-edit session.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/log-edit.el.gz
(defcustom log-edit-confirm 'changed
"If non-nil, `log-edit-done' will request confirmation.
If `changed', only request confirmation if the list of files has
changed since the beginning of the `log-edit' session."
:group 'log-edit
:type '(choice (const changed) (const t) (const nil)))