emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors 17c48f9 278/434: Merge pull request #111


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 17c48f9 278/434: Merge pull request #111 from mathrick/mark-all-dwim
Date: Sat, 7 Aug 2021 09:20:42 -0400 (EDT)

branch: elpa/multiple-cursors
commit 17c48f972aef1aad590bc929f64de272020c5746
Merge: d17c89e 6467fe2
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]