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