emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114240: * vc/vc-dispatcher.el (vc-dir-refresh): Dec


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114240: * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
Date: Thu, 12 Sep 2013 06:59:06 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114240
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 23:58:57 -0700
message:
  * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/vc/vc-dispatcher.el       
vcdispatcher.el-20091113204419-o5vbwnq5f7feedwu-8662
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-12 06:55:15 +0000
+++ b/lisp/ChangeLog    2013-09-12 06:58:57 +0000
@@ -15,6 +15,8 @@
        * progmodes/cperl-mode.el (Info-find-node):
        * vc/ediff.el (Info-goto-node): Update declarations.
 
+       * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
+
        * vc/vc-bzr.el (vc-compilation-mode): Declare.
        (vc-bzr-pull): Require vc-dispatcher.
        * vc/vc-git.el (vc-compilation-mode): Declare.

=== modified file 'lisp/vc/vc-dispatcher.el'
--- a/lisp/vc/vc-dispatcher.el  2013-09-05 03:05:44 +0000
+++ b/lisp/vc/vc-dispatcher.el  2013-09-12 06:58:57 +0000
@@ -398,6 +398,8 @@
     (set (make-local-variable 'compilation-error-regexp-alist)
         error-regexp-alist)))
 
+(declare-function vc-dir-refresh "vc-dir" ())
+
 (defun vc-set-async-update (process-buffer)
   "Set a `vc-exec-after' action appropriate to the current buffer.
 This action will update the current buffer after the current


reply via email to

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