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
cc39bc38
Commit
cc39bc38
authored
Feb 04, 1996
by
Richard M. Stallman
Browse files
(Fread_char_exclusive): Doc fix.
parent
943b580d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/lread.c
src/lread.c
+2
-1
No files found.
src/lread.c
View file @
cc39bc38
...
...
@@ -246,6 +246,7 @@ extern Lisp_Object read_char ();
get isn't an ASCII character with modifiers. If it's zero but
ASCII_REQUIRED is non-zero, we just re-read until we get an ASCII
character. */
Lisp_Object
read_filtered_event
(
no_switch_frame
,
ascii_required
,
error_nonascii
)
int
no_switch_frame
,
ascii_required
,
error_nonascii
;
...
...
@@ -337,7 +338,7 @@ DEFUN ("read-event", Fread_event, Sread_event, 0, 0, 0,
DEFUN
(
"read-char-exclusive"
,
Fread_char_exclusive
,
Sread_char_exclusive
,
0
,
0
,
0
,
"Read a character from the command input (keyboard or macro).
\n
\
It is returned as a number. Non
character events are ignored."
)
It is returned as a number. Non
-
character events are ignored."
)
()
{
return
read_filtered_event
(
1
,
1
,
0
);
...
...
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