diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2018-10-21 15:29:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2018-10-21 15:29:00 +0200 |
| commit | f7c3043f5cab51d5ea3742b429b3c2506f24a111 (patch) | |
| tree | 264fc196e980a8904143ba6407c232602ec8214f /lisp/magit-subtree.el | |
| parent | 5f407a29ac63b338c3c75e30b4633b44d5745036 (diff) | |
In all libraries, put provide form into separate section
Diffstat (limited to 'lisp/magit-subtree.el')
| -rw-r--r-- | lisp/magit-subtree.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/magit-subtree.el b/lisp/magit-subtree.el index b31d0d8..4e5d32b 100644 --- a/lisp/magit-subtree.el +++ b/lisp/magit-subtree.el @@ -142,5 +142,6 @@ (magit-subtree-args))) (magit-git-subtree "split" prefix args commit)) +;;; _ (provide 'magit-subtree) ;;; magit-subtree.el ends here |
