1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(print_preprocess): Don't loose print_depth levels while iterating.

This commit is contained in:
Károly Lőrentey 2005-12-21 15:37:25 +00:00
parent 4e8b322fc8
commit aa0b0cd9bc
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-12-21 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
* print.c (print_preprocess): Don't loose print_depth levels while
iterating.
2005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macmenu.c (Qmac_apple_event): Add extern.

View File

@ -1345,7 +1345,8 @@ print_preprocess (obj)
{
/* 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. */