Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ab756fb3
Commit
ab756fb3
authored
Jan 09, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Command Loop Info): Say that last-command-char and last-input-char
are obsolete aliases.
parent
21e96f8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+12
-0
doc/lispref/commands.texi
doc/lispref/commands.texi
+2
-4
No files found.
doc/lispref/ChangeLog
View file @
ab756fb3
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
.
...
...
doc/lispref/commands.texi
View file @
ab756fb3
...
...
@@ -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{}
...
...
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