From: Lars Ingebrigtsen Date: Thu, 8 Sep 2022 12:23:12 +0000 (+0200) Subject: Fix diff-add-log-use-relative-names prompting X-Git-Tag: emacs-29.0.90~1856^2~665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa02ffb2ab06e956dfd27b9a61fc4739574215ec;p=emacs.git 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. --- diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 1d2fbca0e53..4b5c21973bc 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -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