diff options
| author | Jim Blandy | 1992-06-30 13:54:21 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-06-30 13:54:21 +0000 |
| commit | e5d77022e8429ca757746ed5d7cf9e2420703e8e (patch) | |
| tree | 2e273d216c8f9e34d5e29547f8e7e7c6c5d32049 /src/lread.c | |
| parent | 53b0a6f88893036a42db2abcfbc257b68906956e (diff) | |
| download | emacs-e5d77022e8429ca757746ed5d7cf9e2420703e8e.tar.gz emacs-e5d77022e8429ca757746ed5d7cf9e2420703e8e.zip | |
*** empty log message ***
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 1f81d76b69c..630a39a4fb0 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -188,6 +188,7 @@ DEFUN ("read-event", Fread_event, Sread_event, 0, 0, 0, | |||
| 188 | val = read_char (0); | 188 | val = read_char (0); |
| 189 | return val; | 189 | return val; |
| 190 | } | 190 | } |
| 191 | #endif | ||
| 191 | 192 | ||
| 192 | DEFUN ("read-char-exclusive", Fread_char_exclusive, Sread_char_exclusive, 0, 0, 0, | 193 | DEFUN ("read-char-exclusive", Fread_char_exclusive, Sread_char_exclusive, 0, 0, 0, |
| 193 | "Read a character from the command input (keyboard or macro).\n\ | 194 | "Read a character from the command input (keyboard or macro).\n\ |
| @@ -206,7 +207,6 @@ It is returned as a number. Non character events are ignored.") | |||
| 206 | 207 | ||
| 207 | return val; | 208 | return val; |
| 208 | } | 209 | } |
| 209 | #endif /* HAVE_X_WINDOWS */ | ||
| 210 | 210 | ||
| 211 | DEFUN ("get-file-char", Fget_file_char, Sget_file_char, 0, 0, 0, | 211 | DEFUN ("get-file-char", Fget_file_char, Sget_file_char, 0, 0, 0, |
| 212 | "Don't use this yourself.") | 212 | "Don't use this yourself.") |
| @@ -501,7 +501,7 @@ readevalloop (readcharfun, stream, evalfun, printflag) | |||
| 501 | 501 | ||
| 502 | #ifndef standalone | 502 | #ifndef standalone |
| 503 | 503 | ||
| 504 | DEFUN ("eval-buffer", Feval_buffer, Seval_buffer, 0, 1, "", | 504 | DEFUN ("eval-buffer", Feval_buffer, Seval_buffer, 0, 2, "", |
| 505 | "Execute the current buffer as Lisp code.\n\ | 505 | "Execute the current buffer as Lisp code.\n\ |
| 506 | Programs can pass two arguments, BUFFER and PRINTFLAG.\n\ | 506 | Programs can pass two arguments, BUFFER and PRINTFLAG.\n\ |
| 507 | BUFFER is the buffer to evaluate (nil means use current buffer).\n\ | 507 | BUFFER is the buffer to evaluate (nil means use current buffer).\n\ |