branch: elpa/multiple-cursors
commit 912342ed856335220ab5ac635557187b21f3eee0
Author: Philippe Vaucher <[email protected]>
Commit: Philippe Vaucher <[email protected]>
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