# HG changeset patch # User Karl Heuer # Date 875761835 0 # Node ID b0626d6a3f13126de13f5357622afb6b617613e2 # Parent b89c59bccc68d4cd454879a2a8607be31fd608ba Make sure that make-docfile does not see the doc string of the disabled function eval-current-buffer. diff -r b89c59bccc68 -r b0626d6a3f13 src/lread.c --- 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\