From cecedb3677ffdf4ebdb66aaf37c1914be721aa9c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 29 Oct 2013 23:28:15 -0700 Subject: * lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler. --- lisp/vc/pcvs.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/vc') 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"))) -- cgit v1.2.1