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

Return t if the marker stack is empty; nil otherwise.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;;;###autoload
(defun xref-marker-stack-empty-p ()
  "Return t if the marker stack is empty; nil otherwise."
  (ring-empty-p xref--marker-ring))