Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9549c46d
Commit
9549c46d
authored
Nov 20, 1992
by
Richard M. Stallman
Browse files
(vc-next-action): Undo previous change.
parent
c4ae7096
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/vc.el
lisp/vc.el
+3
-2
No files found.
lisp/vc.el
View file @
9549c46d
...
...
@@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Version: 4.0
;; $Id: vc.el,v 1.1
6
1992/11/
08 18:58:17 rms
Exp
jimb
$
;; $Id: vc.el,v 1.1
7
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment