Variable: flymake-check-start-time

flymake-check-start-time is a buffer-local variable defined in flymake.el.gz.

Documentation

Time at which syntax check was started.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defvar-local flymake-check-start-time nil
  "Time at which syntax check was started.")