1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

Reclassify item. Update copyright year.

This commit is contained in:
Richard M. Stallman 2005-05-20 22:05:21 +00:00
parent 09e8eb5bae
commit 240d926eb2
2 changed files with 6 additions and 6 deletions

View File

@ -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

View 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.