Variable: flymake-proc--current-process

flymake-proc--current-process is a buffer-local variable defined in flymake-proc.el.gz.

Documentation

Currently active Flymake process for a buffer, if any.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defvar-local flymake-proc--current-process nil
  "Currently active Flymake process for a buffer, if any.")