]> git.eshelyaron.com Git - emacs.git/commitdiff
Reclassify item. Update copyright year.
authorRichard M. Stallman <rms@gnu.org>
Fri, 20 May 2005 22:05:21 +0000 (22:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 20 May 2005 22:05:21 +0000 (22:05 +0000)
etc/NEWS
src/ChangeLog

index 58eaf52fa7b7b3288701e79c5102f549ad5ceb8c..8c9148fe395999f318a387833864a2e57dd71da8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2994,6 +2994,10 @@ any customizations.
 \f
 * 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
index 19ccab1ad3a6bdc285783082b429204618e22866..ccfc27f199813a8dd4406d13e60626d956b54f3d 100644 (file)
@@ -11,7 +11,7 @@
 
 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
 
-       * 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.