Function: byte-compile-form-do-effect

byte-compile-form-do-effect is a byte-compiled function defined in bytecomp.el.gz.

Signature

(byte-compile-form-do-effect FORM)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defsubst byte-compile-form-do-effect (form)
  (byte-compile-form form byte-compile--for-effect)
  (setq byte-compile--for-effect nil))