Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Feb 10, 2025
1 parent ea4bfe5 commit bbc75f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ext/isearch.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@
(progn
(character-offset point (* -1 offset-pos))
(make-fake-cursor point)
(uiop:println (concatenate 'string "Mark set " (write-to-string (+ (length cursors) 1)))))
(uiop:println "No more matches found"))))))
(message "Mark set ~A" (+ (length cursors) 1)))
(message "No more matches found"))))))

(define-command isearch-add-cursor-to-next-match () ()
(mark-by-direction t (current-buffer)))
Expand Down

0 comments on commit bbc75f2

Please sign in to comment.