diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-05-20 22:05:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-05-20 22:05:21 +0000 |
commit | 240d926eb293d791716ef862bd1f7bfcf25e8379 (patch) | |
tree | f81eeb212da48e16c4ab8a18a20460d8cbf3361f /etc | |
parent | 09e8eb5baec4aa6a883e483e834e5a92258193d4 (diff) | |
download | emacs-240d926eb293d791716ef862bd1f7bfcf25e8379.tar.gz |
Reclassify item. Update copyright year.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |