mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-22 20:42:26 -08:00
(print_preprocess): Add sub-char-tables to the print-table,
just like we do in print.c.
This commit is contained in:
parent
2d6734522c
commit
6d77fa953a
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -1382,7 +1382,7 @@ print_preprocess (obj)
|
|||
|
||||
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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue