emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master aa02ffb2ab: Fix diff-add-log-use-relative-names prompting


From: Lars Ingebrigtsen
Subject: master aa02ffb2ab: Fix diff-add-log-use-relative-names prompting
Date: Thu, 8 Sep 2022 08:23:27 -0400 (EDT)

branch: master
commit aa02ffb2ab06e956dfd27b9a61fc4739574215ec
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 lisp/vc/diff-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index 1d2fbca0e5..4b5c21973b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]