1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.

This commit is contained in:
Glenn Morris 2013-10-29 23:28:15 -07:00
parent 15fb690ccc
commit cecedb3677
2 changed files with 4 additions and 0 deletions

View file

@ -1924,6 +1924,8 @@ With prefix argument, prompt for cvs flags."
(lambda () (with-current-buffer buf
(cvs-mode-remove-handled)))))))
(autoload 'cvs-status-cvstrees "cvs-status")
(defun-cvs-mode (cvs-mode-tree . SIMPLE) (flags)
"Call cvstree using the file under the point as a keyfile."
(interactive (list (cvs-flags-query 'cvs-status-flags "cvs status flags")))