Variable: elisp-flymake--byte-compile-process

elisp-flymake--byte-compile-process is a buffer-local variable defined in elisp-mode.el.gz.

Documentation

Buffer-local process started for byte-compiling the buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
(defvar-local elisp-flymake--byte-compile-process nil
  "Buffer-local process started for byte-compiling the buffer.")