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 xref-make-elisp-location.

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 symbol type file)
  ((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)))
  (cl-struct-xref-elisp-location-tags) nil
  "compiler-macro for `xref-make-elisp-location'."]