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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Thu, 04 Jul 2002 06:37:39 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.686 emacs/src/keyboard.c:1.687
*** emacs/src/keyboard.c:1.686  Mon Jul  1 12:00:49 2002
--- emacs/src/keyboard.c        Thu Jul  4 06:37:38 2002
***************
*** 10849,10856 ****
  
    DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook,
               doc: /* Normal hook run after each command is executed, if idle.
! Errors running the hook are caught and ignored.
! This feature is obsolete; use idle timers instead.  See `etc/NEWS'.  */);
    Vpost_command_idle_hook = Qnil;
  
    DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,
--- 10849,10855 ----
  
    DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook,
               doc: /* Normal hook run after each command is executed, if idle.
! Errors running the hook are caught and ignored.  */);
    Vpost_command_idle_hook = Qnil;
  
    DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,



reply via email to

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