diff options
| author | Richard M. Stallman | 2002-09-11 01:58:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-11 01:58:22 +0000 |
| commit | c55b0da6b8b1da970a1848e484f32878fdd7b2bc (patch) | |
| tree | 0505dcd1c3172ada64217e76461563f895ad74b5 /src/alloc.c | |
| parent | 9d4b302723512d1a5cd079338057ae70eca3a46d (diff) | |
| download | emacs-c55b0da6b8b1da970a1848e484f32878fdd7b2bc.tar.gz emacs-c55b0da6b8b1da970a1848e484f32878fdd7b2bc.zip | |
(Fgarbage_collect): Use pop_message_unwind.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 8a487214479..728c5f95572 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -4057,7 +4057,7 @@ Garbage collection happens automatically if you cons more than | |||
| 4057 | 4057 | ||
| 4058 | /* Save what's currently displayed in the echo area. */ | 4058 | /* Save what's currently displayed in the echo area. */ |
| 4059 | message_p = push_message (); | 4059 | message_p = push_message (); |
| 4060 | record_unwind_protect (push_message_unwind, Qnil); | 4060 | record_unwind_protect (pop_message_unwind, Qnil); |
| 4061 | 4061 | ||
| 4062 | /* Save a copy of the contents of the stack, for debugging. */ | 4062 | /* Save a copy of the contents of the stack, for debugging. */ |
| 4063 | #if MAX_SAVE_STACK > 0 | 4063 | #if MAX_SAVE_STACK > 0 |