Mercurial > emacs
diff src/lread.c @ 20024:b0626d6a3f13
Make sure that make-docfile does not see the doc string
of the disabled function eval-current-buffer.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Thu, 02 Oct 1997 03:10:35 +0000 |
| parents | 7573e51f9c41 |
| children | 5324d8b2322b |
line wrap: on
line diff
--- a/src/lread.c Thu Oct 02 03:10:12 1997 +0000 +++ b/src/lread.c Thu Oct 02 03:10:35 1997 +0000 @@ -983,7 +983,7 @@ } #if 0 -DEFUN ("eval-current-buffer", Feval_current_buffer, Seval_current_buffer, 0, 1, "", +XDEFUN ("eval-current-buffer", Feval_current_buffer, Seval_current_buffer, 0, 1, "", "Execute the current buffer as Lisp code.\n\ Programs can pass argument PRINTFLAG which controls printing of output:\n\ nil means discard it; anything else is stream for print.\n\
