diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index f44ccf55bb8..66519b6370a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1327,7 +1327,7 @@ command_loop_1 () | |||
| 1327 | /* If displaying a message, resize the echo area window to fit | 1327 | /* If displaying a message, resize the echo area window to fit |
| 1328 | that message's size exactly. */ | 1328 | that message's size exactly. */ |
| 1329 | if (!NILP (echo_area_buffer[0])) | 1329 | if (!NILP (echo_area_buffer[0])) |
| 1330 | resize_echo_area_axactly (); | 1330 | resize_echo_area_exactly (); |
| 1331 | 1331 | ||
| 1332 | if (!NILP (Vdeferred_action_list)) | 1332 | if (!NILP (Vdeferred_action_list)) |
| 1333 | call0 (Vdeferred_action_function); | 1333 | call0 (Vdeferred_action_function); |
| @@ -1642,7 +1642,7 @@ command_loop_1 () | |||
| 1642 | /* If displaying a message, resize the echo area window to fit | 1642 | /* If displaying a message, resize the echo area window to fit |
| 1643 | that message's size exactly. */ | 1643 | that message's size exactly. */ |
| 1644 | if (!NILP (echo_area_buffer[0])) | 1644 | if (!NILP (echo_area_buffer[0])) |
| 1645 | resize_echo_area_axactly (); | 1645 | resize_echo_area_exactly (); |
| 1646 | 1646 | ||
| 1647 | if (!NILP (Vdeferred_action_list)) | 1647 | if (!NILP (Vdeferred_action_list)) |
| 1648 | safe_run_hooks (Qdeferred_action_function); | 1648 | safe_run_hooks (Qdeferred_action_function); |