Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
240d926e
Commit
240d926e
authored
May 20, 2005
by
Richard M. Stallman
Browse files
Reclassify item. Update copyright year.
parent
09e8eb5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
etc/NEWS
etc/NEWS
+5
-5
src/ChangeLog
src/ChangeLog
+1
-1
No files found.
etc/NEWS
View file @
240d926e
...
...
@@ -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
...
...
src/ChangeLog
View file @
240d926e
...
...
@@ -11,7 +11,7 @@
2005-05-19 Nick Roberts <nickrob@snap.net.nz>
* keyboard.c (syms_of_keyboard): Remove
l
isp variables
* keyboard.c (syms_of_keyboard): Remove
L
isp variables
post-command-idle-hook and post-command-idle-delay.
(command_loop_1): Don't try to execute post-command-idle-hook.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment