mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Make "no more matches found." user-error, fix #218
This commit is contained in:
parent
75dd6bf83a
commit
038815b2b9
@ -131,7 +131,7 @@ Use like case-fold-search, don't recommend setting it globally.")
|
|||||||
(when point-out-of-order
|
(when point-out-of-order
|
||||||
(exchange-point-and-mark))
|
(exchange-point-and-mark))
|
||||||
(mc/create-fake-cursor-at-point))
|
(mc/create-fake-cursor-at-point))
|
||||||
(error "no more matches found."))))))
|
(user-error "no more matches found."))))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun mc/mark-next-like-this (arg)
|
(defun mc/mark-next-like-this (arg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user