diff src/lread.c @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 1856695b1fa9
children 43dd3413c7c7
line wrap: on
line diff
--- a/src/lread.c	Mon Aug 13 09:35:15 2007 +0200
+++ b/src/lread.c	Mon Aug 13 09:36:16 2007 +0200
@@ -1402,20 +1402,19 @@
 }
 
 #if 0
-xxDEFUN ("eval-current-buffer", Feval_current_buffer, Seval_current_buffer, 0, 1, "" /*
+xxDEFUN ("eval-current-buffer", Feval_current_buffer, 0, 1, "", /*
 Execute the current buffer as Lisp code.
 Programs can pass argument PRINTFLAG which controls printing of output:
 nil means discard it; anything else is stream for print.
 
 If there is no error, point does not move.  If there is an error,
 point remains at the end of the last character read from the buffer.
-*/ )
-  (printflag)
-     Lisp_Object printflag;
+*/
+	 (printflag))
 {
   code omitted;
 }
-#endif
+#endif /* 0 */
 
 DEFUN ("eval-region", Feval_region, 2, 3, "r", /*
 Execute the region as Lisp code.