Function: byte-compile-body-do-effect
byte-compile-body-do-effect is a byte-compiled function defined in
bytecomp.el.gz.
Signature
(byte-compile-body-do-effect BODY)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defsubst byte-compile-body-do-effect (body)
(byte-compile-body body byte-compile--for-effect)
(setq byte-compile--for-effect nil))