Variable: comp-native-compiling

comp-native-compiling is a variable defined in comp.el.gz.

Value

nil

Documentation

This gets bound to t during native compilation.

Intended to be used by code that needs to work differently when native compilation runs.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
(defvar comp-native-compiling nil
  "This gets bound to t during native compilation.
Intended to be used by code that needs to work differently when
native compilation runs.")