mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -08:00
* lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
This commit is contained in:
parent
15fb690ccc
commit
cecedb3677
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2013-10-30 Glenn Morris <rgm@gnu.org>
|
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)
|
* Makefile.in (finder-data, autoloads, update-subdirs)
|
||||||
(compile-main, compile-clean, compile-always, bootstrap-clean):
|
(compile-main, compile-clean, compile-always, bootstrap-clean):
|
||||||
Check return value of cd.
|
Check return value of cd.
|
||||||
|
|
|
||||||
|
|
@ -1924,6 +1924,8 @@ With prefix argument, prompt for cvs flags."
|
||||||
(lambda () (with-current-buffer buf
|
(lambda () (with-current-buffer buf
|
||||||
(cvs-mode-remove-handled)))))))
|
(cvs-mode-remove-handled)))))))
|
||||||
|
|
||||||
|
(autoload 'cvs-status-cvstrees "cvs-status")
|
||||||
|
|
||||||
(defun-cvs-mode (cvs-mode-tree . SIMPLE) (flags)
|
(defun-cvs-mode (cvs-mode-tree . SIMPLE) (flags)
|
||||||
"Call cvstree using the file under the point as a keyfile."
|
"Call cvstree using the file under the point as a keyfile."
|
||||||
(interactive (list (cvs-flags-query 'cvs-status-flags "cvs status flags")))
|
(interactive (list (cvs-flags-query 'cvs-status-flags "cvs status flags")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue