\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
** 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.
----------------------------------------------------------------------
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
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.