emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Tue, 15 Feb 2005 01:41:27 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.810 emacs/src/keyboard.c:1.811
*** emacs/src/keyboard.c:1.810  Sun Feb 13 00:21:11 2005
--- emacs/src/keyboard.c        Tue Feb 15 06:41:26 2005
***************
*** 1442,1448 ****
        resize_echo_area_exactly ();
  
        if (!NILP (Vdeferred_action_list))
!       call0 (Vdeferred_action_function);
  
        if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks))
        {
--- 1442,1448 ----
        resize_echo_area_exactly ();
  
        if (!NILP (Vdeferred_action_list))
!       safe_run_hooks (Qdeferred_action_function);
  
        if (!NILP (Vpost_command_idle_hook) && !NILP (Vrun_hooks))
        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]