Function: byte-compile-prog1

byte-compile-prog1 is a byte-compiled function defined in bytecomp.el.gz.

Signature

(byte-compile-prog1 FORM)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defun byte-compile-prog1 (form)
  (byte-compile-form-do-effect (car (cdr form)))
  (byte-compile-body (cdr (cdr form)) t))