=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.59 retrieving revision 1.60 diff -u -p -r1.59 -r1.60 --- mandoc/term.c 2009/03/14 12:35:02 1.59 +++ mandoc/term.c 2009/03/16 22:19:19 1.60 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.59 2009/03/14 12:35:02 kristaps Exp $ */ +/* $Id: term.c,v 1.60 2009/03/16 22:19:19 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -296,6 +296,8 @@ const struct termact __termacts[MDOC_MAX] = { { termp_brq_pre, termp_brq_post }, /* Bro */ { NULL, NULL }, /* Brc */ { NULL, NULL }, /* %C */ + { NULL, NULL }, /* Es */ + { NULL, NULL }, /* En */ }; const struct termact *termacts = __termacts;