Mercurial > emacs
changeset 2705:b4587e7ff4e5
(diff-switches): Define var here as well as in diff.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 May 1993 14:27:02 +0000 |
parents | af74345861a9 |
children | c52476200bec |
files | lisp/vc.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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'.")