Mercurial > emacs
diff src/ChangeLog @ 57099:569cd6a5babd
(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
(Fbyte_code): Remove dead code after `wrong_type_argument'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 13 Sep 2004 21:13:38 +0000 |
parents | 0487c26b96ee |
children | a2a253587c91 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Sep 13 21:06:31 2004 +0000 +++ b/src/ChangeLog Mon Sep 13 21:13:38 2004 +0000 @@ -1,5 +1,8 @@ 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca> + * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC. + (Fbyte_code): Remove dead code after `wrong_type_argument'. + * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl before doing the mark_stack_check_gcpros since they are not on the stack.