Mercurial > emacs
diff src/chartab.c @ 91547:cff1e89ad92a
(make_sub_char_table): Remove noop-yet-incorrect statement.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 06 Feb 2008 03:03:52 +0000 |
| parents | 3c0b142634da |
| children | d97320b13374 |
line wrap: on
line diff
--- a/src/chartab.c Tue Feb 05 21:51:14 2008 +0000 +++ b/src/chartab.c Wed Feb 06 03:03:52 2008 +0000 @@ -104,7 +104,6 @@ XSETPVECTYPE (XVECTOR (table), PVEC_SUB_CHAR_TABLE); XSUB_CHAR_TABLE (table)->depth = make_number (depth); XSUB_CHAR_TABLE (table)->min_char = make_number (min_char); - XSETSUB_CHAR_TABLE (table, XSUB_CHAR_TABLE (table)); return table; }
