diff options
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r-- | lisp/vc/vc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 990b03b4c7e..fa3d58f770e 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 |