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

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

[nongnu] elpa/multiple-cursors 912342e 315/434: Add missing ###autoload


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 912342e 315/434: Add missing ###autoload markers
Date: Sat, 7 Aug 2021 09:20:50 -0400 (EDT)

branch: elpa/multiple-cursors
commit 912342ed856335220ab5ac635557187b21f3eee0
Author: Philippe Vaucher <philippe@stvs.ch>
Commit: Philippe Vaucher <philippe@stvs.ch>

    Add missing ###autoload markers
---
 mc-hide-unmatched-lines-mode.el | 1 +
 multiple-cursors-core.el        | 1 +
 rectangular-region-mode.el      | 1 +
 3 files changed, 3 insertions(+)

diff --git a/mc-hide-unmatched-lines-mode.el b/mc-hide-unmatched-lines-mode.el
index 1cc754a..684080e 100644
--- a/mc-hide-unmatched-lines-mode.el
+++ b/mc-hide-unmatched-lines-mode.el
@@ -46,6 +46,7 @@
 (defun hum/disable-hum-mode ()
   (mc-hide-unmatched-lines-mode 0))
 
+;;;###autoload
 (define-minor-mode mc-hide-unmatched-lines-mode
   "Minor mode when enabled hides all lines where no cursos (and
 also hum/lines-to-expand below and above) To make use of this
diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index bc8a279..2e46183 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -459,6 +459,7 @@ They are temporarily disabled when multiple-cursors are 
active.")
   :group 'multiple-cursors)
 (put 'mc/mode-line 'risky-local-variable t)
 
+;;;###autoload
 (define-minor-mode multiple-cursors-mode
   "Mode while multiple cursors are active."
   nil mc/mode-line mc/keymap
diff --git a/rectangular-region-mode.el b/rectangular-region-mode.el
index 6bd54c7..8cbe1de 100644
--- a/rectangular-region-mode.el
+++ b/rectangular-region-mode.el
@@ -108,6 +108,7 @@ an exceedingly quick way of adding multiple cursors to 
multiple lines."
   (when rectangular-region-mode
     (rrm/switch-to-multiple-cursors)))
 
+;;;###autoload
 (define-minor-mode rectangular-region-mode
   "A mode for creating a rectangular region to edit"
   nil " rr" rectangular-region-mode-map



reply via email to

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