From 240d926eb293d791716ef862bd1f7bfcf25e8379 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 20 May 2005 22:05:21 +0000 Subject: [PATCH] Reclassify item. Update copyright year. --- etc/NEWS | 10 +++++----- src/ChangeLog | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 58eaf52fa7..8c9148fe39 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2994,6 +2994,10 @@ any customizations. * Incompatible Lisp Changes in Emacs 22.1 +--- +** The variables post-command-idle-hook and post-command-idle-delay have + been removed. Use run-with-idle-timer instead. + +++ ** `suppress-keymap' now works by remapping `self-insert-command' to the command `undefined'. (In earlier Emacs versions, it used @@ -3012,10 +3016,6 @@ the command `undefined'. (In earlier Emacs versions, it used ** General Lisp changes: ---- -*** The variables post-command-idle-hook and post-command-idle-delay have - been removed. Use run-with-idle-timer instead. - +++ *** The function `eql' is now available without requiring the CL package. @@ -14247,7 +14247,7 @@ select one of those items. ---------------------------------------------------------------------- Copyright information: -Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/src/ChangeLog b/src/ChangeLog index 19ccab1ad3..ccfc27f199 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -11,7 +11,7 @@ 2005-05-19 Nick Roberts - * keyboard.c (syms_of_keyboard): Remove lisp variables + * keyboard.c (syms_of_keyboard): Remove Lisp variables post-command-idle-hook and post-command-idle-delay. (command_loop_1): Don't try to execute post-command-idle-hook. -- 2.20.1