summaryrefslogtreecommitdiff
path: root/lisp/vc-hg.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-02-19 09:40:16 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-02-19 09:40:16 +0000
commit21c53ca7b90debb4ff96d071d55669245c4da1e1 (patch)
tree787c24d37451e1c4eecf31a13ac60cc89d1a719e /lisp/vc-hg.el
parent2ac6be5817556957216ad0647b2e57bd783ef6d0 (diff)
downloademacs-21c53ca7b90debb4ff96d071d55669245c4da1e1.tar.gz
Fix typo.
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r--lisp/vc-hg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el
index eac341cc5f0..c3c94ea835c 100644
--- a/lisp/vc-hg.el
+++ b/lisp/vc-hg.el
@@ -477,7 +477,7 @@ REV is the revision to check out into WORKFILE."
(defun vc-hg-extra-status-menu ()
'(["Show incoming" vc-hg-incoming]
- ["Show outgoing" vc-hg-outgoing])
+ ["Show outgoing" vc-hg-outgoing]))
(define-derived-mode vc-hg-outgoing-mode vc-hg-log-view-mode "Hg-Outgoing")