emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors 038815b 414/434: Make "no more matches fo


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 038815b 414/434: Make "no more matches found." user-error, fix #218
Date: Sat, 7 Aug 2021 09:21:11 -0400 (EDT)

branch: elpa/multiple-cursors
commit 038815b2b9e5b8a2d359f3ab23c6f30df913a6c9
Author: Dror Levin <spatz@psybear.com>
Commit: GitHub <noreply@github.com>

    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

[Prev in Thread] Current Thread [Next in Thread]