diff --git a/io-mode.el b/io-mode.el index f36aca1..2f1a077 100644 --- a/io-mode.el +++ b/io-mode.el @@ -378,9 +378,6 @@ ;; hooks (set (make-local-variable 'before-save-hook) 'io-before-save)) -(provide 'io-mode) - - ;; ;; On Load ;; @@ -388,3 +385,5 @@ ;; Run io-mode for files ending in .io. ;;;###autoload (add-to-list 'auto-mode-alist '("\\.io$" . io-mode)) + +(provide 'io-mode)