]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 19 Feb 2008 09:40:16 +0000 (09:40 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 19 Feb 2008 09:40:16 +0000 (09:40 +0000)
lisp/vc-hg.el

index eac341cc5f07c614a60b8cfbaf5a4db4301e792e..c3c94ea835c2fadef25909980afac08a948b5694 100644 (file)
@@ -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")