Mercurial > emacs
changeset 1519:5d0837ebee9c
* lread.c (read_char): Add an extern declaration for this,
indicating that it returns a Lisp_Object.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 31 Oct 1992 05:26:04 +0000 |
parents | eda3ace74d74 |
children | 8f4575a04825 |
files | src/lread.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Sat Oct 31 05:25:29 1992 +0000 +++ b/src/lread.c Sat Oct 31 05:26:04 1992 +0000 @@ -158,6 +158,8 @@ /* 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\