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


From: Karoly Lorentey
Subject: [Emacs-diffs] Changes to emacs/src/print.c
Date: Wed, 21 Dec 2005 15:37:25 +0000

Index: emacs/src/print.c
diff -u emacs/src/print.c:1.218 emacs/src/print.c:1.219
--- emacs/src/print.c:1.218     Sat Dec 17 15:55:29 2005
+++ emacs/src/print.c   Wed Dec 21 15:37:25 2005
@@ -1345,7 +1345,8 @@
              {
                /* OBJ appears more than once.  Let's remember that.  */
                PRINT_NUMBER_STATUS (Vprint_number_table, i) = Qt;
-               return;
+                print_depth--;
+                return;
              }
 
          /* OBJ is not yet recorded.  Let's add to the table.  */




reply via email to

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