1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

(Command Loop Info): Say that last-command-char and last-input-char

are obsolete aliases.
This commit is contained in:
Glenn Morris 2009-01-09 05:22:19 +00:00
parent 21e96f8f7f
commit ab756fb378
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,15 @@
2009-01-09 Glenn Morris <rgm@gnu.org>
* commands.texi (Command Loop Info): Say that last-command-char and
last-input-char are obsolete aliases.
* edebug.texi (Edebug Recursive Edit): Remove separate references to
last-input-char and last-command-char, since they are just aliases for
last-input-event and last-command-event.
* minibuf.texi (Minibuffer Commands): Use last-command-event rather than
last-command-char.
2009-01-08 Chong Yidong <cyd@stupidchicken.com>
* elisp.texi: Update node listing.

View File

@ -898,8 +898,7 @@ last-command-event
@noindent
The value is 5 because that is the @acronym{ASCII} code for @kbd{C-e}.
The alias @code{last-command-char} exists for compatibility with
Emacs version 18.
The alias @code{last-command-char} is obsolete.
@end defvar
@c Emacs 19 feature
@ -2658,8 +2657,7 @@ this expression) remains the value of @code{last-command-event}.
@end group
@end example
The alias @code{last-input-char} exists for compatibility with
Emacs version 18.
The alias @code{last-input-char} is obsolete.
@end defvar
@defmac while-no-input body@dots{}