emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114859: * lisp/vc/pcvs.el (cvs-status-cvstrees): Au


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114859: * lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
Date: Wed, 30 Oct 2013 06:28:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114859
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-10-29 23:28:15 -0700
message:
  * lisp/vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/vc/pcvs.el                pcvs.el-20091113204419-o5vbwnq5f7feedwu-1782
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-30 06:21:46 +0000
+++ b/lisp/ChangeLog    2013-10-30 06:28:15 +0000
@@ -1,5 +1,7 @@
 2013-10-30  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/vc/pcvs.el'
--- a/lisp/vc/pcvs.el   2013-10-08 03:47:24 +0000
+++ b/lisp/vc/pcvs.el   2013-10-30 06:28:15 +0000
@@ -1924,6 +1924,8 @@
                              (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")))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]