Function: xref-make-buffer-location--cmacro

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

Signature

(xref-make-buffer-location--cmacro _CL-WHOLE-ARG BUFFER POSITION)

Documentation

compiler-macro for xref-make-buffer-location.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg buffer position)
  ((cl-block xref-make-buffer-location--cmacro
     (cl--defsubst-expand '(buffer position)
			  '(cl-block xref-make-buffer-location
			     (record 'xref-buffer-location buffer
				     position))
			  nil nil nil buffer position)))
  (cl-struct-xref-buffer-location-tags) nil
  "compiler-macro for `xref-make-buffer-location'."]