Function: xref-make-bogus-location--cmacro
xref-make-bogus-location--cmacro is a function defined in xref.el.gz.
Signature
(xref-make-bogus-location--cmacro _CL-WHOLE-ARG MESSAGE)
Documentation
compiler-macro for inlining xref-make-bogus-location.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;; Closure converted to defun by helpful.
(defun xref-make-bogus-location--cmacro
(_cl-whole-arg message)
"compiler-macro for inlining `xref-make-bogus-location'."
(cl-block xref-make-bogus-location--cmacro
(cl--defsubst-expand
'(message)
'(cl-block xref-make-bogus-location
(record 'xref-bogus-location message))
nil nil nil message)))