From 6467fe251dc886bc388b07e0749d85ca07032195 Mon Sep 17 00:00:00 2001 From: Maciej Katafiasz Date: Fri, 13 Sep 2013 18:29:22 +0200 Subject: [PATCH] Add mc/mark-all-dwim to autoloads --- mc-mark-more.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mc-mark-more.el b/mc-mark-more.el index 48f15ae..bffa6fe 100644 --- a/mc-mark-more.el +++ b/mc-mark-more.el @@ -416,6 +416,7 @@ With prefix, it behaves the same as original `mc/mark-all-like-this'" (when (<= (mc/num-cursors) before) (mc/mark-all-like-this)))))) +;;;###autoload (defun mc/mark-all-dwim (arg) "Tries even harder to guess what you want to mark all of.