Function: make-xref-etags-location

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

Signature

(make-xref-etags-location &key TAG-INFO FILE)

Documentation

Constructor for objects of type xref-etags-location.

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)