* lisp/subr.el (with-wrapper-hook): Fix edebug spec.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 23 Sep 2011 14:32:36 +0000 (10:32 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 23 Sep 2011 14:32:36 +0000 (10:32 -0400)
lisp/ChangeLog
lisp/subr.el

index 1fdad10..14948d4 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (with-wrapper-hook): Fix edebug spec.
+
 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * simple.el (kill-line): Note effect of `show-trailing-whitespace'
index 0d8797b..1aa714f 100644 (file)
@@ -1377,7 +1377,7 @@ arbitrary expression.
 ARGS is a list of variables which will be passed as additional arguments
 to each function, after the initial argument, and which the first argument
 expects to receive when called."
-  (declare (indent 2) (debug t))
+  (declare (indent 2) (debug (form sexp body)))
   ;; We need those two gensyms because CL's lexical scoping is not available
   ;; for function arguments :-(
   (let ((funs (make-symbol "funs"))