* lisp/vc/vc-hg.el (compilation-directory): Silence byte-compiler.

This commit is contained in:
Stefan Monnier 2017-05-23 08:16:59 -04:00
parent 4a485410ce
commit ea19dd64e2

View file

@ -1302,6 +1302,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)
(defun vc-hg--pushpull (command prompt &optional obsolete)
"Run COMMAND (a string; either push or pull) on the current Hg branch.