diff options
| author | Richard M. Stallman | 2002-09-11 01:58:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-11 01:58:54 +0000 |
| commit | 65efd7daf6a5ee431a1d883750cbaaa26e2ee818 (patch) | |
| tree | 209778e9a98d2d39c330c36830bef9e1ea8f6c7d /src | |
| parent | c55b0da6b8b1da970a1848e484f32878fdd7b2bc (diff) | |
| download | emacs-65efd7daf6a5ee431a1d883750cbaaa26e2ee818.tar.gz emacs-65efd7daf6a5ee431a1d883750cbaaa26e2ee818.zip | |
(Fexecute_extended_command): Use pop_message_unwind.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 76101090d4c..b409439a993 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -9537,7 +9537,7 @@ DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_ | |||
| 9537 | int message_p = push_message (); | 9537 | int message_p = push_message (); |
| 9538 | int count = SPECPDL_INDEX (); | 9538 | int count = SPECPDL_INDEX (); |
| 9539 | 9539 | ||
| 9540 | record_unwind_protect (push_message_unwind, Qnil); | 9540 | record_unwind_protect (pop_message_unwind, Qnil); |
| 9541 | binding = Fkey_description (bindings); | 9541 | binding = Fkey_description (bindings); |
| 9542 | 9542 | ||
| 9543 | newmessage | 9543 | newmessage |