Mercurial > emacs
diff src/keyboard.c @ 60067:77fc0086f304
(command_loop_1): Always use safe_run_hooks to run Qdeferred_action_function.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 15 Feb 2005 06:41:26 +0000 |
| parents | 8f9cab9fa533 |
| children | 9d9eca6f4905 9684495d72bc 7e3f621f1dd4 |
line wrap: on
line diff
--- a/src/keyboard.c Tue Feb 15 06:39:18 2005 +0000 +++ b/src/keyboard.c Tue Feb 15 06:41:26 2005 +0000 @@ -1442,7 +1442,7 @@ resize_echo_area_exactly (); if (!NILP (Vdeferred_action_list)) - call0 (Vdeferred_action_function); + safe_run_hooks (Qdeferred_action_function); if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks)) {
