emacs-diffs
[Top][All Lists]
Advanced

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

master d46d67bef1: ; Avoid "Local Variables" popups in Emacs tree


From: Eli Zaretskii
Subject: master d46d67bef1: ; Avoid "Local Variables" popups in Emacs tree
Date: Sun, 20 Nov 2022 05:11:48 -0500 (EST)

branch: master
commit d46d67bef14cd0b9acb4f6a542e720ac34a0f51d
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Avoid "Local Variables" popups in Emacs tree
    
    * lisp/vc/vc.el (vc-prepare-patches-separately): Add an autoloaded
    form for the 'safe-local-variable' property.  (Bug#59384)
---
 lisp/vc/vc.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 990b03b4c7..fa3d58f770 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -3347,6 +3347,8 @@ immediately after this one."
           (lambda (&rest args)
             (apply #'vc-user-edit-command (apply old args))))))
 
+;; This is used in .dir-locals.el in the Emacs source tree.
+;;;###autoload (put 'vc-prepare-patches-separately 'safe-local-variable 
'booleanp)
 (defcustom vc-prepare-patches-separately t
   "Whether `vc-prepare-patch' should generate a separate message for each 
patch.
 If nil, `vc-prepare-patch' creates a single email message by attaching



reply via email to

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