Function: xref-location-marker
xref-location-marker is a byte-compiled function defined in
xref.el.gz.
Signature
(xref-location-marker LOCATION)
Documentation
Return the marker for LOCATION.
Implementations
(xref-location-marker (L xref-etags-apropos-location)) in `etags.el'.
Undocumented
(xref-location-marker (L xref-etags-location)) in `etags.el'.
Undocumented
(xref-location-marker (L xref-bogus-location)) in `xref.el'.
Undocumented
(xref-location-marker (L xref-buffer-location)) in `xref.el'.
Undocumented
(xref-location-marker (L xref-file-location)) in `xref.el'.
Undocumented
(xref-location-marker (L xref-elisp-location)) in `elisp-mode.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;;; Locations
(cl-defgeneric xref-location-marker (location)
"Return the marker for LOCATION.")