Function: byte-compile-log-lap-1

byte-compile-log-lap-1 is a byte-compiled function defined in byte-opt.el.gz.

Signature

(byte-compile-log-lap-1 FORMAT &rest ARGS)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/byte-opt.el.gz
(defun byte-compile-log-lap-1 (format &rest args)
  (byte-compile-log-1
   (apply #'format-message format (mapcar #'bytecomp--log-lap-arg args))))