diff options
Diffstat (limited to 'usr.bin/mg/funmap.c')
-rw-r--r-- | usr.bin/mg/funmap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mg/funmap.c b/usr.bin/mg/funmap.c index 9994783a771..34e473e222e 100644 --- a/usr.bin/mg/funmap.c +++ b/usr.bin/mg/funmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: funmap.c,v 1.17 2005/11/18 20:56:52 deraadt Exp $ */ +/* $OpenBSD: funmap.c,v 1.18 2005/11/19 20:14:38 kjell Exp $ */ /* * Copyright (c) 2001 Artur Grabowski <art@openbsd.org>. All rights reserved. * @@ -140,9 +140,7 @@ static struct funmap functnames[] = { #ifndef NO_BACKUP {makebkfile, "make-backup-files",}, #endif /* !NO_BACKUP */ -#ifdef DO_METAKEY {do_meta, "meta-key-mode",}, /* better name, anyone? */ -#endif /* DO_METAKEY */ {negative_argument, "negative-argument",}, {newline, "newline",}, {indent, "newline-and-indent",}, |