aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-hg.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r--lisp/vc-hg.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el
index e73537a4bb..db29127e4d 100644
--- a/lisp/vc-hg.el
+++ b/lisp/vc-hg.el
@@ -475,9 +475,7 @@ REV is the revision to check out into WORKFILE."
(defun vc-hg-extra-menu () vc-hg-extra-menu-map)
-(defun vc-hg-extra-status-menu ()
- '(["Show incoming" vc-hg-incoming]
- ["Show outgoing" vc-hg-outgoing]))
+(defun vc-hg-extra-status-menu () vc-hg-extra-menu-map)
(define-derived-mode vc-hg-outgoing-mode vc-hg-log-view-mode "Hg-Outgoing")