branch: elpa/multiple-cursors
commit 17c48f972aef1aad590bc929f64de272020c5746
Merge: d17c89e 6467fe2
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>

    Merge pull request #111 from mathrick/mark-all-dwim
    
    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 5b66224..c957ce8 100644
--- a/mc-mark-more.el
+++ b/mc-mark-more.el
@@ -419,6 +419,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.
 

Reply via email to