Function: cider-history-search-in-progress-p

cider-history-search-in-progress-p is a byte-compiled function defined in cider-repl.el.

Signature

(cider-history-search-in-progress-p)

Documentation

Return t if a current history search is in progress.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defun cider-history-search-in-progress-p ()
  "Return t if a current history search is in progress."
  (eq last-command 'cider-repl--history-replace))