Mercurial > emacs
comparison src/keyboard.c @ 38629:61636b8db232
(command_loop_1): Fix spelling of
resize_echo_area_exactly.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 01 Aug 2001 11:54:33 +0000 |
parents | 8c9cec90d787 |
children | 8e0b0d76380a |
comparison
equal
deleted
inserted
replaced
38628:4869dbaf46cf | 38629:61636b8db232 |
---|---|
1325 safe_run_hooks (Qpost_command_hook); | 1325 safe_run_hooks (Qpost_command_hook); |
1326 | 1326 |
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); |
1334 | 1334 |
1335 if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks)) | 1335 if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks)) |
1640 safe_run_hooks (Qpost_command_hook); | 1640 safe_run_hooks (Qpost_command_hook); |
1641 | 1641 |
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); |
1649 | 1649 |
1650 if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks)) | 1650 if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks)) |