Browse Source

org-macs: Fix `provide' location

Nicolas Goaziou 6 years ago
parent
commit
6c3ce3c17b
1 changed files with 4 additions and 3 deletions
  1. 4 3
      lisp/org-macs.el

+ 4 - 3
lisp/org-macs.el

@@ -646,8 +646,7 @@ The number of levels is controlled by `org-inlinetask-min-level'"
 	   (format "\\*\\{1,%d\\} " nstars)))))
 
 
-(provide 'org-macs)
-
+
 ;;; Motion
 
 (defsubst org-goto-line (N)
@@ -1141,5 +1140,7 @@ This should be a lot faster than the `parse-time-string'."
        (t (org-2ft s))))))
 
 
-
+
+(provide 'org-macs)
+
 ;;; org-macs.el ends here