emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7b13737055: Fix with-suppressed-warnings edebug spec


From: Lars Ingebrigtsen
Subject: master 7b13737055: Fix with-suppressed-warnings edebug spec
Date: Sun, 30 Jan 2022 21:31:18 -0500 (EST)

branch: master
commit 7b137370558e8924a8282880bdffe84ff8324d28
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix with-suppressed-warnings edebug spec
    
    * lisp/emacs-lisp/byte-run.el (with-suppressed-warnings): Fix
    edebug spec.
---
 lisp/emacs-lisp/byte-run.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index fedc10cea4..110f7e4abf 100644
--- a/lisp/emacs-lisp/byte-run.el
+++ b/lisp/emacs-lisp/byte-run.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]