Function: xref-make-etags-location--cmacro
xref-make-etags-location--cmacro is a function defined in etags.el.gz.
Signature
(xref-make-etags-location--cmacro _CL-WHOLE-ARG TAG-INFO FILE)
Documentation
compiler-macro for xref-make-etags-location.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg tag-info file)
((cl-block xref-make-etags-location--cmacro
(cl--defsubst-expand '(tag-info file)
'(cl-block xref-make-etags-location
(record 'xref-etags-location tag-info
file))
nil nil nil tag-info file)))
(cl-struct-xref-etags-location-tags) nil
"compiler-macro for `xref-make-etags-location'."]