aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-07-04 10:38:00 +0000
committerJuanma Barranquero <[email protected]>2002-07-04 10:38:00 +0000
commitcf9b6656ccf5d6f26d533b0a15970f15d585dffc (patch)
tree046bc91285dcf0c7f692643f4ce98aeb48d91c69 /src
parent9669f2d6d54b0e6835a01ef3b0ac462e36e09859 (diff)
(post_command_idle_hook): Remove redundant (and inexact) obsolescence
information.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
-rw-r--r--src/keyboard.c3
2 files changed, 8 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 91186f660e..abaa5575b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-04 Juanma Barranquero <[email protected]>
+
+ * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
+ obsolescence information.
+
2002-07-03 Andrew Choi <[email protected]>
* 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 <[email protected]>
* minibuf.c (minibuffer_completion_contents): Add return type.
diff --git a/src/keyboard.c b/src/keyboard.c
index 3752901896..5e038c264e 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -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,