]> git.eshelyaron.com Git - emacs.git/commitdiff
(command_loop_1): Always use safe_run_hooks to run Qdeferred_action_function.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Feb 2005 06:41:26 +0000 (06:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Feb 2005 06:41:26 +0000 (06:41 +0000)
src/keyboard.c

index 996aad15b3082e174c86284fecc0931b336c329e..67040847af75e6ba6f9f5b5bdbcbaa26401a40f7 100644 (file)
@@ -1442,7 +1442,7 @@ command_loop_1 ()
        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))
        {