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

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

Signature

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

Documentation

compiler-macro for xref-etags-apropos-location-group.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block xref-etags-apropos-location-group--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block xref-etags-apropos-location-group
			     (progn
			       (or
				(xref-etags-apropos-location-p cl-x)
				(signal 'wrong-type-argument
					(list
					 'xref-etags-apropos-location
					 cl-x)))
			       (aref cl-x 3)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `xref-etags-apropos-location-group'."]