[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/print.c,v
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] Changes to emacs/src/print.c,v |
Date: |
Sat, 26 Jul 2008 06:49:21 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Andreas Schwab <schwab> 08/07/26 06:49:20
Index: print.c
===================================================================
RCS file: /sources/emacs/emacs/src/print.c,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -b -r1.251 -r1.252
--- print.c 21 Jul 2008 05:03:39 -0000 1.251
+++ print.c 26 Jul 2008 06:49:19 -0000 1.252
@@ -1561,7 +1561,7 @@
QUIT;
/* See similar code in print_preprocess. */
- if (print_depth > PRINT_CIRCLE)
+ if (print_depth >= PRINT_CIRCLE)
error ("Apparently circular structure being printed");
/* Detect circularities and truncate them. */