Mercurial > emacs
changeset 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 | eca75f16d020 |
children | 3e2faa2a85ed |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)) {