Fix with-suppressed-warnings edebug spec
* lisp/emacs-lisp/byte-run.el (with-suppressed-warnings): Fix edebug spec.
This commit is contained in:
parent
0a34aeee7e
commit
7b13737055
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue