summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-05-17 15:19:46 +0300
committerEli Zaretskii <eliz@gnu.org>2021-05-17 15:19:46 +0300
commit7828d561c1a75ed9044fe435976250ba7680c879 (patch)
tree95e8bdaab1921593a3541fb112585a75fc0cc64c /lisp/emacs-lisp/bytecomp.el
parent7b82584c694504996cc3ce302d37edc922c1eb83 (diff)
parente477b5ee12136b14af0641980f39f43e66f67f36 (diff)
downloademacs-7828d561c1a75ed9044fe435976250ba7680c879.tar.gz
emacs-7828d561c1a75ed9044fe435976250ba7680c879.tar.bz2
emacs-7828d561c1a75ed9044fe435976250ba7680c879.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 114c264fee3..86c5d32c726 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -1758,7 +1758,7 @@ It is too wide if it has any lines longer than the largest of
overriding-plist-environment)))))
(defmacro displaying-byte-compile-warnings (&rest body)
- (declare (debug t))
+ (declare (debug (def-body)))
`(let* ((--displaying-byte-compile-warnings-fn (lambda () ,@body))
(warning-series-started
(and (markerp warning-series)