Function: byte-compile-log-lap
byte-compile-log-lap is a macro defined in byte-opt.el.gz.
Signature
(byte-compile-log-lap FORMAT-STRING &rest ARGS)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/byte-opt.el.gz
(defmacro byte-compile-log-lap (format-string &rest args)
`(and (memq byte-optimize-log '(t byte))
(byte-compile-log-lap-1 ,format-string ,@args)))