aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
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")))