=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/funmap.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- src/usr.bin/mg/funmap.c 2013/05/22 19:23:45 1.46 +++ src/usr.bin/mg/funmap.c 2013/05/31 18:03:44 1.47 @@ -1,4 +1,4 @@ -/* $OpenBSD: funmap.c,v 1.46 2013/05/22 19:23:45 lum Exp $ */ +/* $OpenBSD: funmap.c,v 1.47 2013/05/31 18:03:44 lum Exp $ */ /* This file is in the public domain */ @@ -21,6 +21,7 @@ static struct funmap functnames[] = { {apropos_command, "apropos",}, + {toggleaudiblebell, "audible-bell",}, {auto_execute, "auto-execute",}, {fillmode, "auto-fill-mode",}, {indentmode, "auto-indent-mode",}, @@ -200,6 +201,7 @@ {universal_argument, "universal-argument",}, {upperregion, "upcase-region",}, {upperword, "upcase-word",}, + {togglevisiblebell, "visible-bell",}, {tagsvisit, "visit-tags-table",}, {showcpos, "what-cursor-position",}, {filewrite, "write-file",},