]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/vc-cvs.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / vc / vc-cvs.el
index a2499a2294b496b8d32ca71647b7496853a1bafe..50198713b414b072484332e0ff9ed57c61ba34f6 100644 (file)
 
 (eval-when-compile (require 'vc))
 
+(declare-function vc-branch-p "vc" (rev))
+(declare-function vc-checkout "vc" (file &optional rev))
+(declare-function vc-expand-dirs "vc" (file-or-dir-list backend))
+(declare-function vc-read-revision "vc"
+                  (prompt &optional files backend default initial-input))
+
 ;; Clear up the cache to force vc-call to check again and discover
 ;; new functions when we reload this file.
 (put 'CVS 'vc-functions nil)