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:
parent
09e8eb5bae
commit
240d926eb2
10
etc/NEWS
10
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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user