Variable: log-edit-setup-add-author

log-edit-setup-add-author is a customizable variable defined in log-edit.el.gz.

Value

nil

Documentation

Non-nil means log-edit may add the Author: header.

This applies when its SETUP argument is non-nil.

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

Source Code

;; Defined in /usr/src/emacs/lisp/vc/log-edit.el.gz
(defcustom log-edit-setup-add-author nil
  "Non-nil means `log-edit' may add the `Author:' header.
This applies when its SETUP argument is non-nil."
  :version "24.4"
  :group 'log-edit
  :type 'boolean
  :safe 'booleanp)