aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-core.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-10-21 15:29:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2018-10-21 15:29:00 +0200
commitf7c3043f5cab51d5ea3742b429b3c2506f24a111 (patch)
tree264fc196e980a8904143ba6407c232602ec8214f /lisp/magit-core.el
parent5f407a29ac63b338c3c75e30b4633b44d5745036 (diff)
In all libraries, put provide form into separate section
Diffstat (limited to 'lisp/magit-core.el')
-rw-r--r--lisp/magit-core.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/magit-core.el b/lisp/magit-core.el
index 106186e..c600070 100644
--- a/lisp/magit-core.el
+++ b/lisp/magit-core.el
@@ -128,5 +128,6 @@ are enabled by default by the popup `magit-NAME-popup'."
(custom-add-to-group 'magit-related 'smerge-refine-ignore-whitespace 'custom-variable)
(custom-add-to-group 'magit-related 'vc-follow-symlinks 'custom-variable)
+;;; _
(provide 'magit-core)
;;; magit-core.el ends here