comparison 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
comparison
equal deleted inserted replaced
20023:b89c59bccc68 20024:b0626d6a3f13
981 981
982 return Qnil; 982 return Qnil;
983 } 983 }
984 984
985 #if 0 985 #if 0
986 DEFUN ("eval-current-buffer", Feval_current_buffer, Seval_current_buffer, 0, 1, "", 986 XDEFUN ("eval-current-buffer", Feval_current_buffer, Seval_current_buffer, 0, 1, "",
987 "Execute the current buffer as Lisp code.\n\ 987 "Execute the current buffer as Lisp code.\n\
988 Programs can pass argument PRINTFLAG which controls printing of output:\n\ 988 Programs can pass argument PRINTFLAG which controls printing of output:\n\
989 nil means discard it; anything else is stream for print.\n\ 989 nil means discard it; anything else is stream for print.\n\
990 \n\ 990 \n\
991 If there is no error, point does not move. If there is an error,\n\ 991 If there is no error, point does not move. If there is an error,\n\