diff options
| author | Stefan Monnier | 2004-09-13 21:13:38 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-09-13 21:13:38 +0000 |
| commit | 892a8eb54c84d0db2be864be3b577054074bf7a9 (patch) | |
| tree | 3ac74027451f78692b4e0ba4cdf18d54ecd81453 /src/ChangeLog | |
| parent | 126f9c02d40e06a1208c0d044c03d4471abde0b5 (diff) | |
| download | emacs-892a8eb54c84d0db2be864be3b577054074bf7a9.tar.gz emacs-892a8eb54c84d0db2be864be3b577054074bf7a9.zip | |
(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
(Fbyte_code): Remove dead code after `wrong_type_argument'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f0e8a696e52..7e3d4ee465b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC. | ||
| 4 | (Fbyte_code): Remove dead code after `wrong_type_argument'. | ||
| 5 | |||
| 3 | * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl | 6 | * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl |
| 4 | before doing the mark_stack_check_gcpros since they are not on the stack. | 7 | before doing the mark_stack_check_gcpros since they are not on the stack. |
| 5 | 8 | ||