diff lisp/cl/cl.el @ 187:b405438285a2 r20-3b20

Import from CVS: tag r20-3b20
author cvs
date Mon, 13 Aug 2007 09:56:28 +0200
parents ac2d302a0011
children f53b5ca2e663
line wrap: on
line diff
--- a/lisp/cl/cl.el	Mon Aug 13 09:55:30 2007 +0200
+++ b/lisp/cl/cl.el	Mon Aug 13 09:56:28 2007 +0200
@@ -665,7 +665,7 @@
 		      (or (get func 'edebug-form-spec)
 			  (put func 'edebug-form-spec (nth 2 entry)))))
 		   (car entry))))
-	'(((defun* defmacro*) 2)
+	'(((defun* defmacro*) defun)
 	  ((function*) nil
 	   (&or symbolp ([&optional 'macro] 'lambda (&rest sexp) &rest form)))
 	  ((eval-when) 1 (sexp &rest form))
@@ -693,7 +693,7 @@
 	  ((letf letf*) 1 ((&rest (&rest form)) &rest form))
 	  ((callf destructuring-bind) 2 (sexp form &rest form))
 	  ((callf2) 3 (sexp form form &rest form))
-	  ((loop) nil (&rest &or symbolp form))
+	  ((loop) defun (&rest &or symbolp form))
 	  ((ignore-errors) 0 (&rest form))))