summaryrefslogtreecommitdiff
path: root/usr.bin/mg/funmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/funmap.c')
-rw-r--r--usr.bin/mg/funmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/funmap.c b/usr.bin/mg/funmap.c
index 07857e7f7ee..e673a3945b4 100644
--- a/usr.bin/mg/funmap.c
+++ b/usr.bin/mg/funmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: funmap.c,v 1.13 2005/05/27 08:08:18 cloder Exp $ */
+/* $OpenBSD: funmap.c,v 1.14 2005/05/30 13:13:50 jason Exp $ */
/*
* Copyright (c) 2001 Artur Grabowski <art@openbsd.org>. All rights reserved.
*
@@ -118,6 +118,7 @@ static struct funmap functnames[] = {
{fillpara, "fill-paragraph",},
{filevisit, "find-file",},
{filevisitro, "find-file-read-only",},
+ {filevisitalt, "find-alternate-file",},
{poptofile, "find-file-other-window",},
{forwchar, "forward-char",},
{gotoeop, "forward-paragraph",},