* lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user