Add mc/mark-all-dwim to autoloads

This commit is contained in:
Maciej Katafiasz 2013-09-13 18:29:22 +02:00
parent ec4781394c
commit 6467fe251d

View File

@ -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.