diff --git a/mc-mark-more.el b/mc-mark-more.el index 02afcab..e07b360 100644 --- a/mc-mark-more.el +++ b/mc-mark-more.el @@ -427,6 +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 (= (line-number-at-pos (region-beginning)) (line-number-at-pos (region-end))))) (if arg