mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Fix diff-add-log-use-relative-names prompting
* lisp/vc/diff-mode.el (diff-add-log-use-relative-names): Autoload to avoid prompting when set via dir-locals.
This commit is contained in:
parent
e90a457c46
commit
aa02ffb2ab
1 changed files with 1 additions and 0 deletions
|
|
@ -2336,6 +2336,7 @@ Call FUN with two args (BEG and END) for each hunk."
|
|||
(let ((inhibit-read-only t))
|
||||
(undo arg)))
|
||||
|
||||
;;;###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
|
||||
|
|
|
|||
Loading…
Reference in a new issue