Function: xref-elisp-location-symbol--cmacro
xref-elisp-location-symbol--cmacro is a function defined in
elisp-mode.el.gz.
Signature
(xref-elisp-location-symbol--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for xref-elisp-location-symbol.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block xref-elisp-location-symbol--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block xref-elisp-location-symbol
(progn
(or (xref-elisp-location-p cl-x)
(signal 'wrong-type-argument
(list 'xref-elisp-location
cl-x)))
(aref cl-x 1)))
nil nil nil cl-x)))
(t) nil "compiler-macro for `xref-elisp-location-symbol'."]