mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Add mc/mark-all-dwim to autoloads
This commit is contained in:
parent
ec4781394c
commit
6467fe251d
@ -416,6 +416,7 @@ With prefix, it behaves the same as original `mc/mark-all-like-this'"
|
|||||||
(when (<= (mc/num-cursors) before)
|
(when (<= (mc/num-cursors) before)
|
||||||
(mc/mark-all-like-this))))))
|
(mc/mark-all-like-this))))))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun mc/mark-all-dwim (arg)
|
(defun mc/mark-all-dwim (arg)
|
||||||
"Tries even harder to guess what you want to mark all of.
|
"Tries even harder to guess what you want to mark all of.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user