1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00

(vc-next-action): Undo previous change.

This commit is contained in:
Richard M. Stallman 1992-11-20 19:33:38 +00:00
parent c4ae7096b6
commit 9549c46d0b

View File

@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; 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 @@ the option to steal the lock."
(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