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

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

[nongnu] elpa/multiple-cursors ec47813 274/434: Derp, multiple cursors m


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors ec47813 274/434: Derp, multiple cursors means > 1, not > 0.
Date: Sat, 7 Aug 2021 09:20:41 -0400 (EDT)

branch: elpa/multiple-cursors
commit ec4781394c23be73656da1c0f703f32bd85f602f
Author: Maciej Katafiasz <mathrick@gmail.com>
Commit: Maciej Katafiasz <mathrick@gmail.com>

    Derp, multiple cursors means > 1, not > 0.
---
 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 e07b360..48f15ae 100644
--- a/mc-mark-more.el
+++ b/mc-mark-more.el
@@ -427,7 +427,7 @@ If the region is inactive or on a single line, it will 
behave like
 `mc/mark-all-like-this-dwim'."
   (interactive "P")
   (if (and (use-region-p)
-           (not (> (mc/num-cursors) 0))
+           (not (> (mc/num-cursors) 1))
            (not (= (line-number-at-pos (region-beginning))
                    (line-number-at-pos (region-end)))))
       (if arg



reply via email to

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