We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d67c24 commit 9397f47Copy full SHA for 9397f47
cider-repl.el
@@ -755,7 +755,7 @@ Empty strings and duplicates are ignored."
755
Search in DIRECTION for REGEXP.
756
Return -1 resp the length of the history if no item matches."
757
;; Loop through the history list looking for a matching line
758
- (let* ((step (ecase direction
+ (let* ((step (cl-ecase direction
759
(forward -1)
760
(backward 1)))
761
(history cider-repl-input-history)
0 commit comments