Make "no more matches found." user-error, fix #218

This commit is contained in:
Dror Levin 2018-06-06 22:33:08 +03:00 committed by GitHub
parent 75dd6bf83a
commit 038815b2b9
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)