mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
vc-hg.el: Silence byte compiler warning
* lisp/vc/vc-hg.el (compilation-arguments): Forward-declare.
This commit is contained in:
parent
cd9c7a0617
commit
bf4f69ab6d
1 changed files with 1 additions and 0 deletions
|
|
@ -1303,6 +1303,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)
|
||||
(defvar compilation-arguments) ; defined in compile.el
|
||||
|
||||
(defun vc-hg--pushpull (command prompt &optional obsolete)
|
||||
"Run COMMAND (a string; either push or pull) on the current Hg branch.
|
||||
|
|
|
|||
Loading…
Reference in a new issue