]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-binary-assoc, vc-binary-suffixes): Removed; these were
authorAndré Spiegel <spiegel@gnu.org>
Wed, 19 Feb 2003 19:00:51 +0000 (19:00 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Wed, 19 Feb 2003 19:00:51 +0000 (19:00 +0000)
accidentally left over.

lisp/ChangeLog
lisp/vc.el

index a14726f115f06a37fe30d96b9300e8bf4bdb3b81..f7abcf266e84ed245c5f1a81a1805171151a974c 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-19  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-binary-assoc, vc-binary-suffixes): Removed; these 
+       were accidentally left over during the VC redesign in 2000.
+
 2003-02-18  Juanma Barranquero  <lektu@terra.es>
 
        * help-macro.el (make-help-screen): Fix character constant.
index ddf67fc48bf933ea059b301631f457de79e2a090..504ca7629960146281e9fc750298c75194ba43a4 100644 (file)
@@ -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 @@ However, before executing BODY, find FILE, and after BODY, save buffer."
       (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."