* lisp/vc/vc-hg.el (compilation-directory): Silence byte-compiler.
This commit is contained in:
parent
4a485410ce
commit
ea19dd64e2
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue