comparison src/keyboard.c @ 90105:7e3f621f1dd4

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96 Move Gnus images into etc/images * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-97 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-105 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15 Update from CVS: lisp/imap.el (imap-log): Doc fix. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16 Merge from emacs--cvs-trunk--0
author Miles Bader <miles@gnu.org>
date Fri, 18 Feb 2005 00:41:50 +0000
parents 3ebd9bdb4fe5 77fc0086f304
children e4694597cbf4
comparison
equal deleted inserted replaced
90104:a01e7a9f1659 90105:7e3f621f1dd4
1440 that message's size exactly. */ 1440 that message's size exactly. */
1441 if (!NILP (echo_area_buffer[0])) 1441 if (!NILP (echo_area_buffer[0]))
1442 resize_echo_area_exactly (); 1442 resize_echo_area_exactly ();
1443 1443
1444 if (!NILP (Vdeferred_action_list)) 1444 if (!NILP (Vdeferred_action_list))
1445 call0 (Vdeferred_action_function); 1445 safe_run_hooks (Qdeferred_action_function);
1446 1446
1447 if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks)) 1447 if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks))
1448 { 1448 {
1449 if (NILP (Vunread_command_events) 1449 if (NILP (Vunread_command_events)
1450 && NILP (Vunread_input_method_events) 1450 && NILP (Vunread_input_method_events)