changeset 89997:c9046301e28b

(print_object): Include sub char-table in cicularities detection.
author Kenichi Handa <handa@m17n.org>
date Mon, 04 Oct 2004 01:19:47 +0000
parents d13df8a735d7
children 226b3b1d1aff
files src/print.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))