# HG changeset patch # User Kenichi Handa # Date 1096852787 0 # Node ID c9046301e28be811c406554bcd5080a7f13affb6 # Parent d13df8a735d78a50cb227f5381cb28862490e705 (print_object): Include sub char-table in cicularities detection. diff -r d13df8a735d7 -r c9046301e28b src/print.c --- a/src/print.c Mon Oct 04 01:19:02 2004 +0000 +++ b/src/print.c Mon Oct 04 01:19:47 2004 +0000 @@ -1494,7 +1494,7 @@ /* Detect circularities and truncate them. */ if (STRINGP (obj) || CONSP (obj) || VECTORP (obj) - || COMPILEDP (obj) || CHAR_TABLE_P (obj) + || COMPILEDP (obj) || CHAR_TABLE_P (obj) || SUB_CHAR_TABLE_P (obj) || (! NILP (Vprint_gensym) && SYMBOLP (obj) && !SYMBOL_INTERNED_P (obj)))