diff options
author | Jim Blandy <jimb@redhat.com> | 1992-06-30 13:54:21 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-06-30 13:54:21 +0000 |
commit | e5d77022e8429ca757746ed5d7cf9e2420703e8e (patch) | |
tree | 2e273d216c8f9e34d5e29547f8e7e7c6c5d32049 /src/lread.c | |
parent | 53b0a6f88893036a42db2abcfbc257b68906956e (diff) | |
download | emacs-e5d77022e8429ca757746ed5d7cf9e2420703e8e.tar.gz |
*** 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, val = read_char (0); return val; } +#endif DEFUN ("read-char-exclusive", Fread_char_exclusive, Sread_char_exclusive, 0, 0, 0, "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.") return val; } -#endif /* HAVE_X_WINDOWS */ DEFUN ("get-file-char", Fget_file_char, Sget_file_char, 0, 0, 0, "Don't use this yourself.") @@ -501,7 +501,7 @@ readevalloop (readcharfun, stream, evalfun, printflag) #ifndef standalone -DEFUN ("eval-buffer", Feval_buffer, Seval_buffer, 0, 1, "", +DEFUN ("eval-buffer", Feval_buffer, Seval_buffer, 0, 2, "", "Execute the current buffer as Lisp code.\n\ Programs can pass two arguments, BUFFER and PRINTFLAG.\n\ BUFFER is the buffer to evaluate (nil means use current buffer).\n\ |