Variable: cl-print-compiled-button

cl-print-compiled-button is a variable defined in cl-print.el.gz.

Value

t

Documentation

Control how to print byte-compiled functions into buffers.

When the stream is a buffer, make the bytecode part of the output into a button whose action shows the function's disassembly.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-print.el.gz
(defvar cl-print-compiled-button t
  "Control how to print byte-compiled functions into buffers.
When the stream is a buffer, make the bytecode part of the output
into a button whose action shows the function's disassembly.")