]> git.eshelyaron.com Git - emacs.git/commitdiff
vc-hg.el: Silence byte compiler warning
authorPhilipp Stephani <phst@google.com>
Tue, 23 May 2017 19:23:55 +0000 (21:23 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 23 May 2017 19:23:55 +0000 (21:23 +0200)
* lisp/vc/vc-hg.el (compilation-arguments): Forward-declare.

lisp/vc/vc-hg.el

index ef7afd37268e1d9e91b5c6b356442dca8b4c6441..4be529624a40e67aaf3b281d913207c68e1ac7a8 100644 (file)
@@ -1303,6 +1303,7 @@ REV is the revision to check out into WORKFILE."
 (autoload 'vc-do-async-command "vc-dispatcher")
 (autoload 'log-view-get-marked "log-view")
 (defvar compilation-directory)
+(defvar compilation-arguments)  ; defined in compile.el
 
 (defun vc-hg--pushpull (command prompt &optional obsolete)
   "Run COMMAND (a string; either push or pull) on the current Hg branch.