From: Stefan Monnier Date: Tue, 23 May 2017 12:16:59 +0000 (-0400) Subject: * lisp/vc/vc-hg.el (compilation-directory): Silence byte-compiler. X-Git-Tag: emacs-26.0.90~521^2~300 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea19dd64e28a05e3b8d10f1683862bdfad43b1a8;p=emacs.git * lisp/vc/vc-hg.el (compilation-directory): Silence byte-compiler. --- diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el index fff25ed64bf..ef7afd37268 100644 --- a/lisp/vc/vc-hg.el +++ b/lisp/vc/vc-hg.el @@ -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.