=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/main.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/mg/main.c 2002/02/16 21:27:49 1.15 +++ src/usr.bin/mg/main.c 2002/02/20 22:30:54 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.15 2002/02/16 21:27:49 millert Exp $ */ +/* $OpenBSD: main.c,v 1.16 2002/02/20 22:30:54 vincent Exp $ */ /* * Mainline. @@ -41,7 +41,8 @@ maps_init(); /* Keymaps and modes. */ funmap_init(); /* Functions. */ ttykeymapinit(); /* Symbols, bindings. */ - + undo_init(); + /* * This is where we initialize standalone extensions that should * be loaded dynamically sometime in the future.