From e98b08246cf5ea44a5168e0eed2169f1eb571cbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Sun, 21 Oct 2001 23:31:45 +0000 Subject: [PATCH] (diff-switches): Remove duplicate definition. --- lisp/vc.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/vc.el b/lisp/vc.el index b13c987df15..11193f131fd 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -6,7 +6,7 @@ ;; Maintainer: Andre Spiegel ;; Keywords: tools -;; $Id: vc.el,v 1.311 2001/09/24 22:29:15 monnier Exp $ +;; $Id: vc.el,v 1.312 2001/10/21 12:15:22 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -473,10 +473,6 @@ These are passed to the checkin program by \\[vc-register]." (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 passed to diff.") - (defcustom vc-diff-switches nil "*A string or list of strings specifying switches for diff under VC. There is also an option vc-BACKEND-diff-switches for each BACKEND that -- 2.39.5