]> git.eshelyaron.com Git - emacs.git/commitdiff
Small but crucial change for new VC registration API.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 15:59:05 +0000 (10:59 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 15:59:05 +0000 (10:59 -0500)
lisp/vc/vc.el

index ffb6e5dc229d81912b5e3782fab7beebf6115541..a30581efb4ab0b0089a6eaaf38ff8e2795b0df3e 100644 (file)
@@ -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