]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-hg.el (compilation-directory): Silence byte-compiler.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 May 2017 12:16:59 +0000 (08:16 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 May 2017 12:16:59 +0000 (08:16 -0400)
lisp/vc/vc-hg.el

index fff25ed64bf9868b844ab14daa2540592522c85d..ef7afd37268e1d9e91b5c6b356442dca8b4c6441 100644 (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.