]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert part of previous vc-bzr change
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 06:50:18 +0000 (23:50 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 06:50:18 +0000 (23:50 -0700)
lisp/ChangeLog
lisp/vc/vc-bzr.el

index 1713efc07e064fb3035d971d86ffeecc0d4e27e9..c33fccdec9ff47654b346e81729c90e952552f75 100644 (file)
@@ -12,8 +12,7 @@
        * progmodes/cperl-mode.el (Info-find-node):
        * vc/ediff.el (Info-goto-node): Update declarations.
 
-       * vc/vc-bzr.el (vc-exec-after): Remove unused declaration.
-       (vc-compilation-mode): Declare.
+       * vc/vc-bzr.el (vc-compilation-mode): Declare.
        (vc-bzr-pull): Require vc-dispatcher.
        * vc/vc-git.el (vc-compilation-mode): Declare.
        (vc-git-pull): Require vc-dispatcher.
index 3b8643e22f4086aa9720ad9f2713e05da3e6bf7b..00604088c1776337dfc3e9840c33003d27703dca 100644 (file)
@@ -321,6 +321,7 @@ in the repository root directory of FILE."
   "Value of `compilation-error-regexp-alist' in *vc-bzr* buffers.")
 
 ;; To be called via vc-pull from vc.el, which requires vc-dispatcher.
+(declare-function vc-exec-after "vc-dispatcher" (code))
 (declare-function vc-set-async-update "vc-dispatcher" (process-buffer))
 (declare-function vc-compilation-mode "vc-dispatcher" (backend))