Function: xref-etags-apropos-location-goto-fun--cmacro

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

Signature

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

Documentation

compiler-macro for xref-etags-apropos-location-goto-fun.

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-goto-fun--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block
			       xref-etags-apropos-location-goto-fun
			     (progn
			       (or
				(xref-etags-apropos-location-p cl-x)
				(signal 'wrong-type-argument
					(list
					 'xref-etags-apropos-location
					 cl-x)))
			       (aref cl-x 2)))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `xref-etags-apropos-location-goto-fun'."]