From ec4781394c23be73656da1c0f703f32bd85f602f Mon Sep 17 00:00:00 2001 From: Maciej Katafiasz Date: Fri, 6 Sep 2013 19:44:31 +0200 Subject: [PATCH] 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