Variable: diff-add-log-use-relative-names

diff-add-log-use-relative-names is a customizable variable defined in diff-mode.el.gz.

Value

nil

Documentation

Use relative file names when generating ChangeLog skeletons.

The files will be relative to the root directory of the VC repository. This option affects the behavior of diff-add-log-current-defuns.

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

View in manual

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/diff-mode.el.gz
;;;###autoload
(defcustom diff-add-log-use-relative-names nil
  "Use relative file names when generating ChangeLog skeletons.
The files will be relative to the root directory of the VC
repository.  This option affects the behavior of
`diff-add-log-current-defuns'."
  :type 'boolean
  :safe #'booleanp
  :version "29.1")