=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/funmap.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- src/usr.bin/mg/funmap.c 2012/11/20 13:10:16 1.42 +++ src/usr.bin/mg/funmap.c 2012/11/27 19:46:46 1.43 @@ -1,4 +1,4 @@ -/* $OpenBSD: funmap.c,v 1.42 2012/11/20 13:10:16 florian Exp $ */ +/* $OpenBSD: funmap.c,v 1.43 2012/11/27 19:46:46 jasper Exp $ */ /* This file is in the public domain */ @@ -122,6 +122,7 @@ {localbind, "local-set-key",}, {localunbind, "local-unset-key",}, {makebkfile, "make-backup-files",}, + {makedir, "make-directory",}, {markbuffer, "mark-whole-buffer",}, {do_meta, "meta-key-mode",}, /* better name, anyone? */ {negative_argument, "negative-argument",},