emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/print.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/print.c [lexbind]
Date: Tue, 06 Jul 2004 07:10:21 -0400

Index: emacs/src/print.c
diff -c emacs/src/print.c:1.175.2.7 emacs/src/print.c:1.175.2.8
*** emacs/src/print.c:1.175.2.7 Tue Jul  6 09:14:37 2004
--- emacs/src/print.c   Tue Jul  6 09:24:07 2004
***************
*** 1220,1226 ****
       register Lisp_Object printcharfun;
       int escapeflag;
  {
-   print_depth = 0;
    old_backquote_output = 0;
  
    /* Reset print_number_index and Vprint_number_table only when
--- 1220,1225 ----
***************
*** 1240,1245 ****
--- 1239,1245 ----
        start = index = print_number_index;
        /* Construct Vprint_number_table.
         This increments print_number_index for the objects added.  */
+       print_depth = 0;
        print_preprocess (obj);
  
        /* Remove unnecessary objects, which appear only once in OBJ;
***************
*** 1264,1269 ****
--- 1264,1270 ----
        print_number_index = index;
      }
  
+   print_depth = 0;
    print_object (obj, printcharfun, escapeflag);
  }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]