]> code.delx.au - gnu-emacs/commitdiff
* lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
authorGlenn Morris <rgm@gnu.org>
Wed, 30 Oct 2013 06:28:15 +0000 (23:28 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 30 Oct 2013 06:28:15 +0000 (23:28 -0700)
lisp/ChangeLog
lisp/vc/pcvs.el

index bb720ee92428657e537ce1ac4e95757ae46a34ed..4e1bbf252e5869be5cedf972269d00dced8aec81 100644 (file)
@@ -1,5 +1,7 @@
 2013-10-30  Glenn Morris  <rgm@gnu.org>
 
+       * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
+
        * Makefile.in (finder-data, autoloads, update-subdirs)
        (compile-main, compile-clean, compile-always, bootstrap-clean):
        Check return value of cd.
index 1aab1fa665b4428a4f91b7dd12ab8495c2e254ca..79a1934f21ae1684236997423d547f6680c7e42c 100644 (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")))