Variable: flymake-current-diagnostic-line

flymake-current-diagnostic-line is a buffer-local variable defined in flymake.el.gz.

Documentation

The line of the most recently focused diagnostic in a diagnostics buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defvar-local flymake-current-diagnostic-line 0
  "The line of the most recently focused diagnostic in a diagnostics buffer.")