diff lisp/vc.el @ 1905:494dd05d460c

* files.el (revert-buffer): Reverse the sense of the first argument, but leave interactive usage the same. * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly appropriate arguments. This seems to be the only file which was adjusted for the new meaning of the revert-buffer arguments.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:17:16 +0000
parents 75e8a7f920c7
children ccb75415543a
line wrap: on
line diff
--- a/lisp/vc.el	Mon Feb 22 14:16:48 1993 +0000
+++ b/lisp/vc.el	Mon Feb 22 14:17:16 1993 +0000
@@ -5,7 +5,7 @@
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Version: 4.0
 
-;;	$Id: vc.el,v 1.18 1992/11/20 19:33:38 rms Exp jimb $	
+;;	$Id: vc.el,v 1.19 1992/12/12 15:22:26 jimb Exp jimb $	
 
 ;; This file is part of GNU Emacs.
 
@@ -359,7 +359,7 @@
   (and (string= buffer-file-name file)
        (if keep
 	   (progn
-	     (vc-revert-buffer1 nil noquery)
+	     (vc-revert-buffer1 t noquery)
 	     (vc-mode-line buffer-file-name))
 	 (progn
 	   (delete-window)