# HG changeset patch # User Karoly Lorentey # Date 1135307120 0 # Node ID 50fd371bed055f571526ad78573684896c481fa6 # Parent fe870a866ce71d71f6a12eeeb10059121480aa44 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 diff -r fe870a866ce7 -r 50fd371bed05 src/print.c --- 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; }