diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index a2c90e7f2b1..1cf882d36d2 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -983,7 +983,7 @@ This function preserves the position of point.") | |||
| 983 | } | 983 | } |
| 984 | 984 | ||
| 985 | #if 0 | 985 | #if 0 |
| 986 | DEFUN ("eval-current-buffer", Feval_current_buffer, Seval_current_buffer, 0, 1, "", | 986 | XDEFUN ("eval-current-buffer", Feval_current_buffer, Seval_current_buffer, 0, 1, "", |
| 987 | "Execute the current buffer as Lisp code.\n\ | 987 | "Execute the current buffer as Lisp code.\n\ |
| 988 | Programs can pass argument PRINTFLAG which controls printing of output:\n\ | 988 | Programs can pass argument PRINTFLAG which controls printing of output:\n\ |
| 989 | nil means discard it; anything else is stream for print.\n\ | 989 | nil means discard it; anything else is stream for print.\n\ |