Function: xref-make-etags-apropos-location--cmacro

xref-make-etags-apropos-location--cmacro is a function defined in etags.el.gz.

Signature

(xref-make-etags-apropos-location--cmacro _CL-WHOLE-ARG SYMBOL GOTO-FUN GROUP)

Documentation

compiler-macro for inlining xref-make-etags-apropos-location.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
;; Closure converted to defun by helpful.
(defun xref-make-etags-apropos-location--cmacro
    (_cl-whole-arg symbol goto-fun group)
  "compiler-macro for inlining `xref-make-etags-apropos-location'."
  (cl-block xref-make-etags-apropos-location--cmacro
    (cl--defsubst-expand
     '(symbol goto-fun group)
     '(cl-block xref-make-etags-apropos-location
	(record 'xref-etags-apropos-location symbol goto-fun group))
     nil nil nil symbol goto-fun group)))