Mercurial > emacs
changeset 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 | b89c59bccc68 |
children | 37e3d9d78ad7 |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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\