Revert part of previous vc-bzr change
This commit is contained in:
parent
a99f655b99
commit
759880bff7
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue