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
3d9b22be
Commit
3d9b22be
authored
Oct 31, 1992
by
Jim Blandy
Browse files
* lread.c (read_char): Add an extern declaration for this,
indicating that it returns a Lisp_Object.
parent
d20c2151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/lread.c
src/lread.c
+2
-0
No files found.
src/lread.c
View file @
3d9b22be
...
...
@@ -158,6 +158,8 @@ static Lisp_Object read0 (), read1 (), read_list (), read_vector ();
/* get a character from the tty */
extern
Lisp_Object
read_char
();
DEFUN
(
"read-char"
,
Fread_char
,
Sread_char
,
0
,
0
,
0
,
"Read a character from the command input (keyboard or macro).
\n
\
It is returned as a number.
\n
\
...
...
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