Function: flymake--diag-orig-end
flymake--diag-orig-end is a byte-compiled function defined in
flymake.el.gz.
Signature
(flymake--diag-orig-end CL-X)
Documentation
Access slot "orig-end" of flymake--diag struct 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)