Function: xref-make-elisp-location--cmacro

xref-make-elisp-location--cmacro is a function defined in elisp-mode.el.gz.

Signature

(xref-make-elisp-location--cmacro _CL-WHOLE-ARG SYMBOL TYPE FILE)

Documentation

compiler-macro for inlining xref-make-elisp-location.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
;; Closure converted to defun by helpful.
(defun xref-make-elisp-location--cmacro
    (_cl-whole-arg symbol type file)
  "compiler-macro for inlining `xref-make-elisp-location'."
  (cl-block xref-make-elisp-location--cmacro
    (cl--defsubst-expand
     '(symbol type file)
     '(cl-block xref-make-elisp-location
	(record 'xref-elisp-location symbol type file))
     nil nil nil symbol type file)))