Merge pull request #333 from drrlvn/patch-1

Make "no more matches found." user-error, fix #218
This commit is contained in:
Magnar Sveen 2018-06-15 14:18:37 +02:00 committed by GitHub
commit 9c49874fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)