# HG changeset patch # User Richard M. Stallman # Date 1108449686 0 # Node ID 77fc0086f304de30ecb9a75c9fea729f6edc831d # Parent eca75f16d0204a916ce57873d13ef69d59921831 (command_loop_1): Always use safe_run_hooks to run Qdeferred_action_function. diff -r eca75f16d020 -r 77fc0086f304 src/keyboard.c --- 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)) {