From: Glenn Morris Date: Wed, 30 Oct 2013 06:28:15 +0000 (-0700) Subject: * lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1072 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cecedb3677ffdf4ebdb66aaf37c1914be721aa9c;p=emacs.git * lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb720ee9242..4e1bbf252e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-10-30 Glenn Morris + * 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. 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")))