Function: emerge-files-with-ancestor-remote
emerge-files-with-ancestor-remote is an autoloaded and byte-compiled
function defined in emerge.el.gz.
Signature
(emerge-files-with-ancestor-remote FILE-A FILE-B FILE-ANC FILE-OUT)
Source Code
;; Defined in /usr/src/emacs/lisp/vc/emerge.el.gz
;;;###autoload
(defun emerge-files-with-ancestor-remote (file-a file-b file-anc file-out)
(setq emerge-file-out file-out)
(emerge-files-with-ancestor-internal
file-a file-b file-anc nil
(let ((f emerge-exit-func))
(list (lambda () (emerge-remote-exit file-out f))))
file-out)
(throw 'client-wait nil))