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
dc08a6b5
Commit
dc08a6b5
authored
Apr 09, 1998
by
André Spiegel
Browse files
(vc-next-action): Fixed bug that prevented registering files using C-x v v.
parent
e4df16d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lisp/vc.el
lisp/vc.el
+6
-3
No files found.
lisp/vc.el
View file @
dc08a6b5
...
...
@@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
;; $Id: vc.el,v 1.21
8
1998/04/05 18:
45:06
spiegel Exp spiegel $
;; $Id: vc.el,v 1.21
9
1998/04/05 18:
54:35
spiegel Exp spiegel $
;; This file is part of GNU Emacs.
...
...
@@ -960,8 +960,11 @@ merge in the changes into your working copy."
"Enter a change comment for the marked files."
'vc-next-action-dired
))
(
throw
'nogo
nil
)))
(
vc-ensure-vc-buffer
)
(
vc-next-action-on-file
buffer-file-name
verbose
)))
(
while
vc-parent-buffer
(
pop-to-buffer
vc-parent-buffer
))
(
if
buffer-file-name
(
vc-next-action-on-file
buffer-file-name
verbose
)
(
error
"Buffer %s is not associated with a file"
(
buffer-name
)))))
;;; These functions help the vc-next-action entry point
...
...
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