Function: make-xref-buffer-location

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

Signature

(make-xref-buffer-location &key BUFFER POSITION)

Documentation

Constructor for objects of type xref-buffer-location.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(cl-defstruct (xref-buffer-location
               (:constructor xref-make-buffer-location (buffer position)))
  buffer position)