Function: flymake--diag-p
flymake--diag-p is a byte-compiled function defined in flymake.el.gz.
Signature
(flymake--diag-p CL-X)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(cl-defstruct (flymake--diag
(:constructor flymake--diag-make))
locus beg end type text backend data overlay-properties overlay
;; FIXME: See usage of these two in `flymake--highlight-line'.
;; Ideally they wouldn't be needed.
orig-beg orig-end)