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

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

Signature

(xref-etags-apropos-location-symbol--cmacro _CL-WHOLE-ARG CL-X)

Documentation

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

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
;; Closure converted to defun by helpful.
(defun xref-etags-apropos-location-symbol--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `xref-etags-apropos-location-symbol'."
  (cl-block xref-etags-apropos-location-symbol--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block xref-etags-apropos-location-symbol
	(progn
	  (or
	   (xref-etags-apropos-location-p cl-x)
	   (signal 'wrong-type-argument
		   (list 'xref-etags-apropos-location cl-x)))
	  (aref cl-x 1)))
     nil nil nil cl-x)))