just like we do in print.c.
+2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * print.c (print_preprocess): Add sub-char-tables to the print-table,
+ just like we do in print.c.
+
2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuf.c (Ftry_completion): Remove code left over from when we used
loop:
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)))