Mercurial > emacs
changeset 91953:b05f0b99514a
Fix typo.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 19 Feb 2008 09:40:16 +0000 |
parents | c63fbebcd19c |
children | 97acdba31c63 |
files | lisp/vc-hg.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-hg.el Tue Feb 19 07:42:51 2008 +0000 +++ b/lisp/vc-hg.el Tue Feb 19 09:40:16 2008 +0000 @@ -477,7 +477,7 @@ (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")