From: Karl Heuer Date: Thu, 2 Oct 1997 03:10:35 +0000 (+0000) Subject: Make sure that make-docfile does not see the doc string X-Git-Tag: emacs-20.3~3049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c23edb78db00412dc925b9e2e91669112c2d60c0;p=emacs.git Make sure that make-docfile does not see the doc string of the disabled function eval-current-buffer. --- 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.") } #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\