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-bisect.el | |
| parent | 5f407a29ac63b338c3c75e30b4633b44d5745036 (diff) | |
In all libraries, put provide form into separate section
Diffstat (limited to 'lisp/magit-bisect.el')
| -rw-r--r-- | lisp/magit-bisect.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/magit-bisect.el b/lisp/magit-bisect.el index 8b1ee04..735785b 100644 --- a/lisp/magit-bisect.el +++ b/lisp/magit-bisect.el @@ -212,5 +212,6 @@ bisect run'." (magit-insert-section (bisect-item) (insert hash " is the first bad commit\n")))))) +;;; _ (provide 'magit-bisect) ;;; magit-bisect.el ends here |
