diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
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 | ||
| 161 | extern Lisp_Object read_char (); | ||
| 162 | |||
| 161 | DEFUN ("read-char", Fread_char, Sread_char, 0, 0, 0, | 163 | DEFUN ("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\ |
| 163 | It is returned as a number.\n\ | 165 | It is returned as a number.\n\ |