projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4893831
)
Small but crucial change for new VC registration API.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Dec 2014 15:59:05 +0000
(10:59 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Dec 2014 15:59:05 +0000
(10:59 -0500)
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index ffb6e5dc229d81912b5e3782fab7beebf6115541..a30581efb4ab0b0089a6eaaf38ff8e2795b0df3e 100644
(file)
--- a/
lisp/vc/vc.el
+++ b/
lisp/vc/vc.el
@@
-1147,7
+1147,7
@@
For old-style locking-based version control systems, like RCS:
((eq state 'ignored)
(error "Fileset files are ignored by the version-control system"))
((or (null state) (eq state 'unregistered))
- (vc-register
nil
vc-fileset))
+ (vc-register vc-fileset))
;; Files are up-to-date, or need a merge and user specified a revision
((or (eq state 'up-to-date) (and verbose (eq state 'needs-update)))
(cond