/[emacs]/emacs/src/print.c
ViewVC logotype

Diff of /emacs/src/print.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.190.2.10 by miles, Fri Jul 23 04:30:42 2004 UTC revision 1.190.2.11 by handa, Mon Oct 4 01:19:47 2004 UTC
# Line 1494  print_object (obj, printcharfun, escapef Line 1494  print_object (obj, printcharfun, escapef
1494    
1495    /* Detect circularities and truncate them.  */    /* Detect circularities and truncate them.  */
1496    if (STRINGP (obj) || CONSP (obj) || VECTORP (obj)    if (STRINGP (obj) || CONSP (obj) || VECTORP (obj)
1497        || COMPILEDP (obj) || CHAR_TABLE_P (obj)        || COMPILEDP (obj) || CHAR_TABLE_P (obj) || SUB_CHAR_TABLE_P (obj)
1498        || (! NILP (Vprint_gensym)        || (! NILP (Vprint_gensym)
1499            && SYMBOLP (obj)            && SYMBOLP (obj)
1500            && !SYMBOL_INTERNED_P (obj)))            && !SYMBOL_INTERNED_P (obj)))

Legend:
Removed from v.1.190.2.10  
changed lines
  Added in v.1.190.2.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26