瀏覽代碼

org-macs: Fix `provide' location

Nicolas Goaziou 7 年之前
父節點
當前提交
6c3ce3c17b
共有 1 個文件被更改,包括 4 次插入3 次删除
  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