aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc-hg.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index ef7afd37268..4be529624a4 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -1303,6 +1303,7 @@ REV is the revision to check out into WORKFILE."
1303(autoload 'vc-do-async-command "vc-dispatcher") 1303(autoload 'vc-do-async-command "vc-dispatcher")
1304(autoload 'log-view-get-marked "log-view") 1304(autoload 'log-view-get-marked "log-view")
1305(defvar compilation-directory) 1305(defvar compilation-directory)
1306(defvar compilation-arguments) ; defined in compile.el
1306 1307
1307(defun vc-hg--pushpull (command prompt &optional obsolete) 1308(defun vc-hg--pushpull (command prompt &optional obsolete)
1308 "Run COMMAND (a string; either push or pull) on the current Hg branch. 1309 "Run COMMAND (a string; either push or pull) on the current Hg branch.