summaryrefslogtreecommitdiff
path: root/lisp/vc-hg.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r--lisp/vc-hg.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el
index 872be45a2c1..44d9b0d9292 100644
--- a/lisp/vc-hg.el
+++ b/lisp/vc-hg.el
@@ -481,6 +481,7 @@ REV is the revision to check out into WORKFILE."
(vc-hg-incoming-mode)))
;; XXX maybe also add key bindings for these functions.
+(eval-when-compile (require 'log-view))
(defun vc-hg-push ()
(interactive)
(let ((marked-list (log-view-get-marked)))