]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix with-suppressed-warnings edebug spec
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 31 Jan 2022 02:31:01 +0000 (03:31 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 31 Jan 2022 02:31:08 +0000 (03:31 +0100)
* lisp/emacs-lisp/byte-run.el (with-suppressed-warnings): Fix
edebug spec.

lisp/emacs-lisp/byte-run.el

index fedc10cea446fa1694b63f25843a4ca603fb5f91..110f7e4abf4d6a522e539cf9bb6f5e2c67276a10 100644 (file)
@@ -656,7 +656,7 @@ For the `mapcar' case, only the `mapcar' function can be used in
 the symbol list.  For `suspicious', only `set-buffer' can be used."
   ;; Note: during compilation, this definition is overridden by the one in
   ;; byte-compile-initial-macro-environment.
-  (declare (debug (sexp &optional body)) (indent 1))
+  (declare (debug (sexp body)) (indent 1))
   (if (not (and (featurep 'macroexp)
                 (boundp 'byte-compile--suppressed-warnings)))
       ;; If `macroexp' is not yet loaded, we're in the middle of