Function: xref-forward-history-empty-p

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

Signature

(xref-forward-history-empty-p)

Documentation

Whether the xref forward-history is empty.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;; FIXME: rename this to `xref-back-history-empty-p'.

;;;###autoload
(defun xref-forward-history-empty-p ()
  "Whether the xref forward-history is empty."
  (null (cdr (xref--get-history))))