mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Merge pull request #333 from drrlvn/patch-1
Make "no more matches found." user-error, fix #218
This commit is contained in:
commit
9c49874fa4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user