summaryrefslogtreecommitdiff
path: root/lisp/vc/pcvs.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-10-29 23:28:15 -0700
committerGlenn Morris <rgm@gnu.org>2013-10-29 23:28:15 -0700
commitcecedb3677ffdf4ebdb66aaf37c1914be721aa9c (patch)
treec476c6ae71c4ba4db1a09496dc7212d047742714 /lisp/vc/pcvs.el
parent15fb690ccc46d16a459825c5f8f79ed77caaf770 (diff)
downloademacs-cecedb3677ffdf4ebdb66aaf37c1914be721aa9c.tar.gz
* lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
Diffstat (limited to 'lisp/vc/pcvs.el')
-rw-r--r--lisp/vc/pcvs.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc/pcvs.el b/lisp/vc/pcvs.el
index 1aab1fa665b..79a1934f21a 100644
--- a/lisp/vc/pcvs.el
+++ b/lisp/vc/pcvs.el
@@ -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")))