Variable: cider-repl-old-input-counter

cider-repl-old-input-counter is a buffer-local variable defined in cider-repl.el.

Documentation

Counter used to generate unique cider-old-input properties.

This property value must be unique to avoid having adjacent inputs be joined together.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defvar-local cider-repl-old-input-counter 0
  "Counter used to generate unique `cider-old-input' properties.
This property value must be unique to avoid having adjacent inputs be
joined together.")