diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-24 10:49:11 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-24 10:49:11 +0000 |
commit | 34c69f8db5fe77fc261e9c72a705772a95659680 (patch) | |
tree | cda2e5c6eee2ff470dc26ab6f62fe69023767bdd /usr.bin/mg/funmap.c | |
parent | 2dbdf482bf23f7b7dbdf224ec35ae7d2830fd8da (diff) |
No need for the extra prefixes here anymore.
Diffstat (limited to 'usr.bin/mg/funmap.c')
-rw-r--r-- | usr.bin/mg/funmap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/mg/funmap.c b/usr.bin/mg/funmap.c index 9aad4d290d9..516a54b00e9 100644 --- a/usr.bin/mg/funmap.c +++ b/usr.bin/mg/funmap.c @@ -90,11 +90,6 @@ static struct funmap functnames[] = { #endif /* !NO_STARTUP */ {swapmark, "exchange-point-and-mark",}, {extend, "execute-extended-command",}, - {NULL, "extra prefix 1",}, - {NULL, "extra prefix 2",}, - {NULL, "extra prefix 3",}, - {NULL, "extra prefix 4",}, - {NULL, "extra prefix 5",}, {fillpara, "fill-paragraph",}, {filevisit, "find-file",}, {poptofile, "find-file-other-window",}, |