branch: elpa/crux
commit fb648f0e70e22d6808be91401af80975a72c8f2f
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Add missing autoload
---
 crux.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crux.el b/crux.el
index a5893dd..e8e0110 100644
--- a/crux.el
+++ b/crux.el
@@ -313,6 +313,7 @@ Deletes whitespace at join."
       (delete-indentation 1)
     (kill-line arg)))
 
+;;;###autoload
 (defun crux-move-to-mode-line-start ()
   "Move to the beginning, skipping mode specific line start regex."
   (interactive)

Reply via email to