Function: flymake--diag-make
flymake--diag-make is a byte-compiled function defined in
flymake.el.gz.
Signature
(flymake--diag-make &key LOCUS BEG END TYPE ORIGIN CODE MESSAGE BACKEND DATA OVERLAY-PROPERTIES OVERLAY ORIG-BEG ORIG-END)
Documentation
Constructor for objects of type flymake--diag.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(cl-defstruct (flymake--diag
(:constructor flymake--diag-make))
locus beg end type origin code message 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)