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 inlining xref-make-etags-location.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
;; Closure converted to defun by helpful.
(defun xref-make-etags-location--cmacro
    (_cl-whole-arg tag-info file)
  "compiler-macro for inlining `xref-make-etags-location'."
  (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)))