Variable: cl-print-compiled
cl-print-compiled is a variable defined in cl-print.el.gz.
Value
nil
Documentation
Control how to print byte-compiled functions.
Acceptable values include:
- static to print the vector of constants.
- disassemble to print the disassembly of the code.
- nil to skip printing any details about the code.
Probably introduced at or before Emacs version 26.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-print.el.gz
(defvar cl-print-compiled nil
"Control how to print byte-compiled functions.
Acceptable values include:
- `static' to print the vector of constants.
- `disassemble' to print the disassembly of the code.
- nil to skip printing any details about the code.")