expects a list, pass a list.
+2009-03-14 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * vc.el (vc-default-receive-file): The 'register method now
+ expects a list, pass a list.
+
2009-03-14 Chong Yidong <cyd@stupidchicken.com>
* doc-view.el (doc-view-sentinel): Strip trailing newline from
(defun vc-default-receive-file (backend file rev)
"Let BACKEND receive FILE from another version control system."
- (vc-call-backend backend 'register file rev ""))
+ (vc-call-backend backend 'register (list file) rev ""))
(defun vc-default-retrieve-tag (backend dir name update)
(if (string= name "")