Skip to content

Commit 9397f47

Browse files
committed
Use cl-ecase instead of ecase
1 parent 3d67c24 commit 9397f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ Empty strings and duplicates are ignored."
755755
Search in DIRECTION for REGEXP.
756756
Return -1 resp the length of the history if no item matches."
757757
;; Loop through the history list looking for a matching line
758-
(let* ((step (ecase direction
758+
(let* ((step (cl-ecase direction
759759
(forward -1)
760760
(backward 1)))
761761
(history cider-repl-input-history)

0 commit comments

Comments
 (0)