aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 6a0742b8de5..b76fc7de31d 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -89,6 +89,10 @@ The value is only computed when needed to avoid an expensive search.")
89(defconst vc-maximum-comment-ring-size 32 89(defconst vc-maximum-comment-ring-size 32
90 "Maximum number of saved comments in the comment ring.") 90 "Maximum number of saved comments in the comment ring.")
91 91
92;;; This is duplicated in diff.el.
93(defvar diff-switches "-c"
94 "*A string or list of strings specifying switches to be be passed to diff.")
95
92;;;###autoload 96;;;###autoload
93(defvar vc-checkin-hook nil 97(defvar vc-checkin-hook nil
94 "*List of functions called after a vc-checkin is done. See `run-hooks'.") 98 "*List of functions called after a vc-checkin is done. See `run-hooks'.")