Function: displaying-byte-compile-warnings

displaying-byte-compile-warnings is a macro defined in bytecomp.el.gz.

Signature

(displaying-byte-compile-warnings &rest BODY)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defmacro displaying-byte-compile-warnings (&rest body) ;FIXME: namespace!
  (declare (debug (def-body)))
  `(bytecomp--displaying-warnings (lambda () ,@body)))