mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-07 06:22:32 -08:00
(print_object): Include sub char-table in cicularities
detection.
This commit is contained in:
parent
41482d3650
commit
dec47cc387
1 changed files with 1 additions and 1 deletions
|
|
@ -1494,7 +1494,7 @@ print_object (obj, printcharfun, escapeflag)
|
|||
|
||||
/* 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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue