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.