# HG changeset patch # User Richard M. Stallman # Date 736957622 0 # Node ID b4587e7ff4e5c943a89bfdea704cf173b62ce474 # Parent af74345861a93f8cff382538651f0ac8ce4ddb82 (diff-switches): Define var here as well as in diff.el. diff -r af74345861a9 -r b4587e7ff4e5 lisp/vc.el --- a/lisp/vc.el Sun May 09 14:26:40 1993 +0000 +++ b/lisp/vc.el Sun May 09 14:27:02 1993 +0000 @@ -89,6 +89,10 @@ (defconst vc-maximum-comment-ring-size 32 "Maximum number of saved comments in the comment ring.") +;;; This is duplicated in diff.el. +(defvar diff-switches "-c" + "*A string or list of strings specifying switches to be be passed to diff.") + ;;;###autoload (defvar vc-checkin-hook nil "*List of functions called after a vc-checkin is done. See `run-hooks'.")