Function: xref-marker-stack-empty-p

xref-marker-stack-empty-p is an autoloaded and byte-compiled function defined in xref.el.gz.

Signature

(xref-marker-stack-empty-p)

Documentation

Whether the xref back-history is empty.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;;;###autoload
(defun xref-marker-stack-empty-p ()
  "Whether the xref back-history is empty."
  (null (car (xref--get-history))))