emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Fri, 04 Apr 2003 01:23:16 -0500

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.349 emacs/lisp/vc.el:1.350
*** emacs/lisp/vc.el:1.349      Wed Feb  5 18:13:21 2003
--- emacs/lisp/vc.el    Wed Feb 19 13:56:38 2003
***************
*** 6,12 ****
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.349 2003/02/05 23:13:21 lektu Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.350 2003/02/19 18:56:38 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 816,827 ****
        (error "Buffer %s is not associated with a file" (buffer-name))
        (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.
--- 816,821 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]