Add missing ###autoload markers

This commit is contained in:
Philippe Vaucher 2014-10-03 14:13:19 +02:00
parent b46f79566e
commit 912342ed85
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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