Function: vc-default-receive-file

vc-default-receive-file is a byte-compiled function defined in vc.el.gz.

Signature

(vc-default-receive-file BACKEND FILE REV)

Documentation

Let BACKEND receive FILE from another version control system.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defun vc-default-receive-file (backend file rev)
  "Let BACKEND receive FILE from another version control system."
  (vc-call-backend backend 'register (list file) rev ""))