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 inlining xref-buffer-location-buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;; Closure converted to defun by helpful.
(defun xref-buffer-location-buffer--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `xref-buffer-location-buffer'."
(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)))