aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc.el2
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."
3347 (lambda (&rest args) 3347 (lambda (&rest args)
3348 (apply #'vc-user-edit-command (apply old args)))))) 3348 (apply #'vc-user-edit-command (apply old args))))))
3349 3349
3350;; This is used in .dir-locals.el in the Emacs source tree.
3351;;;###autoload (put 'vc-prepare-patches-separately 'safe-local-variable 'booleanp)
3350(defcustom vc-prepare-patches-separately t 3352(defcustom vc-prepare-patches-separately t
3351 "Whether `vc-prepare-patch' should generate a separate message for each patch. 3353 "Whether `vc-prepare-patch' should generate a separate message for each patch.
3352If nil, `vc-prepare-patch' creates a single email message by attaching 3354If nil, `vc-prepare-patch' creates a single email message by attaching