summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-19 22:42:11 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-19 22:42:11 +0200
commit6c3ce3c17b28c4ebdf4beb4ebe61c41b6b39579d (patch)
tree9e0b35af225da351bb94a0f5e8d799f902064265
parent7fbb705d13fd5c2923b56618335733532c95f692 (diff)
downloadorg-mode-6c3ce3c17b28c4ebdf4beb4ebe61c41b6b39579d.tar.gz
org-macs: Fix `provide' location
-rw-r--r--lisp/org-macs.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index 91a98aa..f74d3e0 100644
--- a/lisp/org-macs.el
+++ b/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