changeset 83418:50fd371bed05

Pull a bugfix from CVS to prevent problems with the Debian semantic package. * src/print.c (print_preprocess): Don't loose print_depth levels while iterating. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-458
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 23 Dec 2005 03:05:20 +0000
parents fe870a866ce7
children b658f9b67fc5
files src/print.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/print.c	Fri Dec 23 03:00:55 2005 +0000
+++ b/src/print.c	Fri Dec 23 03:05:20 2005 +0000
@@ -1345,6 +1345,7 @@
 	      {
 		/* OBJ appears more than once.	Let's remember that.  */
 		PRINT_NUMBER_STATUS (Vprint_number_table, i) = Qt;
+                print_depth--;
 		return;
 	      }