Mercurial > hg > xemacs-beta
comparison src/eval.c @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | 576fb035e263 |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
5527 */ ); | 5527 */ ); |
5528 Vdebugger = Qnil; | 5528 Vdebugger = Qnil; |
5529 | 5529 |
5530 staticpro (&Vpending_warnings); | 5530 staticpro (&Vpending_warnings); |
5531 Vpending_warnings = Qnil; | 5531 Vpending_warnings = Qnil; |
5532 pdump_wire (&Vpending_warnings_tail); | 5532 dump_add_root_object (&Vpending_warnings_tail); |
5533 Vpending_warnings_tail = Qnil; | 5533 Vpending_warnings_tail = Qnil; |
5534 | 5534 |
5535 staticpro (&Vautoload_queue); | 5535 staticpro (&Vautoload_queue); |
5536 Vautoload_queue = Qnil; | 5536 Vautoload_queue = Qnil; |
5537 | 5537 |