Mercurial > emacs
changeset 1636:c2bea3f2f8cb
(vc-next-action): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 20 Nov 1992 19:33:38 +0000 |
parents | e3c02a517030 |
children | e81cb2cc709e |
files | lisp/vc.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 @@ (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