mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -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
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue