Function: xref-location-line
xref-location-line is a byte-compiled function defined in xref.el.gz.
Signature
(xref-location-line LOCATION)
Documentation
Return the line number corresponding to the location.
Implementations
(xref-location-line (L xref-etags-location)) in `etags.el'.
Undocumented
(xref-location-line (L xref-file-location)) in `xref.el'.
Undocumented
(xref-location-line LOCATION) in `xref.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(cl-defgeneric xref-location-line (_location)
"Return the line number corresponding to the location."
nil)