diff options
author | Glenn Morris <rgm@gnu.org> | 2013-10-29 23:28:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-10-29 23:28:15 -0700 |
commit | cecedb3677ffdf4ebdb66aaf37c1914be721aa9c (patch) | |
tree | c476c6ae71c4ba4db1a09496dc7212d047742714 /lisp/vc | |
parent | 15fb690ccc46d16a459825c5f8f79ed77caaf770 (diff) | |
download | emacs-cecedb3677ffdf4ebdb66aaf37c1914be721aa9c.tar.gz |
* lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
Diffstat (limited to 'lisp/vc')
-rw-r--r-- | lisp/vc/pcvs.el | 2 |
1 files changed, 2 insertions, 0 deletions
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"))) |