changeset 49869:f614a2396578

(vc-binary-assoc, vc-binary-suffixes): Removed; these were accidentally left over.
author André Spiegel <spiegel@gnu.org>
date Wed, 19 Feb 2003 18:56:38 +0000
parents 466824c9db4a
children 468179169edc
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Wed Feb 19 16:27:21 2003 +0000
+++ b/lisp/vc.el	Wed Feb 19 18:56:38 2003 +0000
@@ -6,7 +6,7 @@
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 ;; Keywords: tools
 
-;; $Id: vc.el,v 1.348 2003/02/04 12:12:09 lektu Exp $
+;; $Id: vc.el,v 1.349 2003/02/05 23:13:21 lektu Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -817,12 +817,6 @@
       (if (not (vc-backend (buffer-file-name)))
 	  (error "File %s is not under version control" (buffer-file-name))))))
 
-(defvar vc-binary-assoc nil)
-(defvar vc-binary-suffixes
-  (if (memq system-type '(ms-dos windows-nt))
-      '(".exe" ".com" ".bat" ".cmd" ".btm" "")
-    '("")))
-
 (defun vc-process-filter (p s)
   "An alternative output filter for async process P.
 The only difference with the default filter is to insert S after markers."