Variable: add-log-dont-create-changelog-file

add-log-dont-create-changelog-file is a customizable variable defined in add-log.el.gz.

Value

t

Documentation

If non-nil, don't create ChangeLog files for log entries.

If a ChangeLog file does not already exist, a non-nil value means to put log entries in a suitably named buffer.

This variable was added, or its default value changed, in Emacs 27.1.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/add-log.el.gz
(defcustom add-log-dont-create-changelog-file t
  "If non-nil, don't create ChangeLog files for log entries.
If a ChangeLog file does not already exist, a non-nil value
means to put log entries in a suitably named buffer."
  :type 'boolean
  :version "27.1")