Function: xref--get-history
xref--get-history is a byte-compiled function defined in xref.el.gz.
Signature
(xref--get-history)
Documentation
Return xref history using xref-history-storage.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defun xref--get-history ()
"Return xref history using xref-history-storage."
(funcall xref-history-storage))