# HG changeset patch # User Andr Spiegel # Date 1003707105 0 # Node ID 2e0eb9ecea2c2b7033ffce87c3f2e9e1a28df12f # Parent 14bb272b61ce5dae6fb4c42a423d5f5f8e0d315d (diff-switches): Remove duplicate definition. diff -r 14bb272b61ce -r 2e0eb9ecea2c lisp/vc.el --- a/lisp/vc.el Sun Oct 21 23:04:02 2001 +0000 +++ b/lisp/vc.el Sun Oct 21 23:31:45 2001 +0000 @@ -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 @@ (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