# HG changeset patch # User Richard M. Stallman # Date 722288018 0 # Node ID c2bea3f2f8cb9bdf4de8d6c6b18c6376cc0eebd5 # Parent e3c02a517030de6bbf979ba4155d5001c581f077 (vc-next-action): Undo previous change. diff -r e3c02a517030 -r c2bea3f2f8cb lisp/vc.el --- a/lisp/vc.el Fri Nov 20 17:23:45 1992 +0000 +++ b/lisp/vc.el Fri Nov 20 19:33:38 1992 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Version: 4.0 -;; $Id: vc.el,v 1.16 1992/11/08 18:58:17 rms Exp jimb $ +;; $Id: vc.el,v 1.17 1992/11/20 17:23:45 jimb Exp rms $ ;; This file is part of GNU Emacs. @@ -319,7 +319,8 @@ (not (buffer-modified-p))) (progn (vc-backend-revert file) - (vc-resynch-window file t t)) + ;; DO NOT revert the file without asking the user! + (vc-resynch-window file t nil)) ;; user may want to set nonstandard parameters (if verbose