diff options
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 5a1d57998e6..d5453ce74ef 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -1382,7 +1382,7 @@ print_preprocess (obj) | |||
| 1382 | 1382 | ||
| 1383 | loop: | 1383 | loop: |
| 1384 | if (STRINGP (obj) || CONSP (obj) || VECTORP (obj) | 1384 | if (STRINGP (obj) || CONSP (obj) || VECTORP (obj) |
| 1385 | || COMPILEDP (obj) || CHAR_TABLE_P (obj) | 1385 | || COMPILEDP (obj) || CHAR_TABLE_P (obj) || SUB_CHAR_TABLE_P (obj) |
| 1386 | || (! NILP (Vprint_gensym) | 1386 | || (! NILP (Vprint_gensym) |
| 1387 | && SYMBOLP (obj) | 1387 | && SYMBOLP (obj) |
| 1388 | && !SYMBOL_INTERNED_P (obj))) | 1388 | && !SYMBOL_INTERNED_P (obj))) |