aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c
index e3459f8a6ea..0a5c0b2b940 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -158,6 +158,8 @@ static Lisp_Object read0 (), read1 (), read_list (), read_vector ();
158 158
159/* get a character from the tty */ 159/* get a character from the tty */
160 160
161extern Lisp_Object read_char ();
162
161DEFUN ("read-char", Fread_char, Sread_char, 0, 0, 0, 163DEFUN ("read-char", Fread_char, Sread_char, 0, 0, 0,
162 "Read a character from the command input (keyboard or macro).\n\ 164 "Read a character from the command input (keyboard or macro).\n\
163It is returned as a number.\n\ 165It is returned as a number.\n\