Function: xref-etags-location-file

xref-etags-location-file is a byte-compiled function defined in etags.el.gz.

Signature

(xref-etags-location-file CL-X)

Documentation

Access slot "file" of xref-etags-location struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(cl-defstruct (xref-etags-location
               (:constructor xref-make-etags-location (tag-info file)))
  "Location of an etags tag."
  tag-info file)