From c23edb78db00412dc925b9e2e91669112c2d60c0 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 2 Oct 1997 03:10:35 +0000 Subject: [PATCH] Make sure that make-docfile does not see the doc string of the disabled function eval-current-buffer. --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.39.2