branch: elpa/multiple-cursors
commit 038815b2b9e5b8a2d359f3ab23c6f30df913a6c9
Author: Dror Levin <[email protected]>
Commit: GitHub <[email protected]>

    Make "no more matches found." user-error, fix #218
---
 mc-mark-more.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mc-mark-more.el b/mc-mark-more.el
index 2ab7ec7..ab1adce 100644
--- a/mc-mark-more.el
+++ b/mc-mark-more.el
@@ -131,7 +131,7 @@ Use like case-fold-search, don't recommend setting it 
globally.")
              (when point-out-of-order
                (exchange-point-and-mark))
              (mc/create-fake-cursor-at-point))
-         (error "no more matches found."))))))
+         (user-error "no more matches found."))))))
 
 ;;;###autoload
 (defun mc/mark-next-like-this (arg)

Reply via email to