Function: cider-repl--mark-input-start
cider-repl--mark-input-start is a byte-compiled function defined in
cider-repl.el.
Signature
(cider-repl--mark-input-start)
Documentation
Mark the input start.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defun cider-repl--mark-input-start ()
"Mark the input start."
(set-marker cider-repl-input-start-mark (point) (current-buffer)))