Function: xref-make-buffer-location

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

Signature

(xref-make-buffer-location 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)