Mercurial > hg > xemacs-beta
diff src/chartab.c @ 249:83b3d10dcba9 r20-5b23
Import from CVS: tag r20-5b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:09 +0200 |
parents | e45d5e7c476e |
children | 677f6a0ee643 |
line wrap: on
line diff
--- a/src/chartab.c Mon Aug 13 10:18:22 2007 +0200 +++ b/src/chartab.c Mon Aug 13 10:19:09 2007 +0200 @@ -595,6 +595,8 @@ if (ty == CHAR_TABLE_TYPE_SYNTAX) { ct->mirror_table = Fmake_char_table (Qgeneric); + fill_char_table (XCHAR_TABLE (ct->mirror_table), + make_int (Spunct)); } else ct->mirror_table = Qnil; @@ -645,7 +647,7 @@ ctenew->level2[i] = new; } - XSETCHAR_TABLE_ENTRY (obj, cte); + XSETCHAR_TABLE_ENTRY (obj, ctenew); return obj; }