aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorGlenn Morris2013-10-29 23:28:15 -0700
committerGlenn Morris2013-10-29 23:28:15 -0700
commitcecedb3677ffdf4ebdb66aaf37c1914be721aa9c (patch)
treec476c6ae71c4ba4db1a09496dc7212d047742714 /lisp/vc
parent15fb690ccc46d16a459825c5f8f79ed77caaf770 (diff)
downloademacs-cecedb3677ffdf4ebdb66aaf37c1914be721aa9c.tar.gz
emacs-cecedb3677ffdf4ebdb66aaf37c1914be721aa9c.zip
* lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
Diffstat (limited to 'lisp/vc')
-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."
1924 (lambda () (with-current-buffer buf 1924 (lambda () (with-current-buffer buf
1925 (cvs-mode-remove-handled))))))) 1925 (cvs-mode-remove-handled)))))))
1926 1926
1927(autoload 'cvs-status-cvstrees "cvs-status")
1928
1927(defun-cvs-mode (cvs-mode-tree . SIMPLE) (flags) 1929(defun-cvs-mode (cvs-mode-tree . SIMPLE) (flags)
1928 "Call cvstree using the file under the point as a keyfile." 1930 "Call cvstree using the file under the point as a keyfile."
1929 (interactive (list (cvs-flags-query 'cvs-status-flags "cvs status flags"))) 1931 (interactive (list (cvs-flags-query 'cvs-status-flags "cvs status flags")))