summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-hg.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-05-10 13:40:17 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-05-10 13:40:52 -0700
commit62d7acae7405732268713006d839a5c3507b9482 (patch)
tree026be0280f63be0774fdcbccad174f4cec21cad0 /lisp/vc/vc-hg.el
parent9e6302cfc8cc438f34a2c9765a7d48db2aec4e1c (diff)
downloademacs-62d7acae7405732268713006d839a5c3507b9482.tar.gz
Pacify byte-compiler in lisp/vc
* lisp/vc/vc-bzr.el, lisp/vc/vc-cvs.el, lisp/vc/vc-hg.el: * lisp/vc/vc-rcs.el, lisp/vc/vc-src.el: Declare functions defined elsewhere, to forestall “might not be defined at runtime” warnings.
Diffstat (limited to 'lisp/vc/vc-hg.el')
-rw-r--r--lisp/vc/vc-hg.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index 5fb93bc0c8c..78ff56c3ae3 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -106,6 +106,8 @@
(require 'vc)
(require 'vc-dir))
+(declare-function vc-compilation-mode "vc-dispatcher" (backend))
+
;;; Customization options
(defgroup vc-hg nil