=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -p -r1.63 -r1.64 --- mandoc/term.c 2009/03/20 16:43:28 1.63 +++ mandoc/term.c 2009/03/21 09:42:07 1.64 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.63 2009/03/20 16:43:28 kristaps Exp $ */ +/* $Id: term.c,v 1.64 2009/03/21 09:42:07 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -300,6 +300,7 @@ const struct termact __termacts[MDOC_MAX] = { { NULL, NULL }, /* Es */ { NULL, NULL }, /* En */ { termp_dx_pre, NULL }, /* Dx */ + { NULL, NULL }, /* %Q */ }; const struct termact *termacts = __termacts;