Function: cider-repl-history-just-save

cider-repl-history-just-save is a byte-compiled function defined in cider-repl.el.

Signature

(cider-repl-history-just-save)

Documentation

Just save the history to cider-repl-history-file.

This function is meant to be used in hooks to avoid lambda constructs.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defun cider-repl-history-just-save ()
  "Just save the history to `cider-repl-history-file'.
This function is meant to be used in hooks to avoid lambda
constructs."
  (cider-repl-history-save cider-repl-history-file))