]> git.eshelyaron.com Git - emacs.git/commitdiff
(post_command_idle_hook): Remove redundant (and inexact) obsolescence
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 4 Jul 2002 10:38:00 +0000 (10:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 4 Jul 2002 10:38:00 +0000 (10:38 +0000)
information.

src/ChangeLog
src/keyboard.c

index 91186f660ee4bdafc8e8a50533ea8d5572e67e5d..abaa5575b23bd2baa09007b9d476b2d15ada8c53 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-04  Juanma Barranquero  <lektu@terra.es>
+
+       * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
+       obsolescence information.
+
 2002-07-03  Andrew Choi  <akochoi@shaw.ca>
 
        * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
@@ -42,7 +47,7 @@
        (timer_start_idle): Set that.
        (read_key_sequence): Use that to reset timer_idleness_start_time
        to previous value.
-       
+
        * window.c (Frecenter): With arg, set optional_new_start.
 
        * xdisp.c (redisplay_internal): Make optional_new_start really work.
@@ -92,7 +97,7 @@
        (decode_mode_spec): Only add two dashes for %- in propertized
        mode-line string.
        (syms_of_xdisp): Init and staticpro mode_line_string_list.
-       
+
 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
 
        * minibuf.c (minibuffer_completion_contents): Add return type.
index 37529018962461c25dce47eb55b3fedc229a6e84..5e038c264ed70e2ab4d889c6c31a859b9758f13b 100644 (file)
@@ -10849,8 +10849,7 @@ might happen repeatedly and make Emacs nonfunctional.  */);
 
   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'.  */);
+Errors running the hook are caught and ignored.  */);
   Vpost_command_idle_hook = Qnil;
 
   DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,