diff options
| author | Roger Crew <crew@cs.stanford.edu> | 2011-09-08 18:15:10 -0700 |
|---|---|---|
| committer | Roger Crew <crew@cs.stanford.edu> | 2011-09-08 18:15:10 -0700 |
| commit | 987272d7593c39aebb1fc859cd1c69f805f2c253 (patch) | |
| tree | e7717ef97c62a24204af93d20579792184102626 /magit-bisect.el | |
| parent | d4743e183422b8f40bdf25c291a0dcd9e365fde4 (diff) | |
Rearrange load order
Byte compiler complains about lots of undefined functions/variables in
magit-bisect.el, and magit-key-mode.el is starting to get some, too.
magit-bisect.el and magit.el both rely a lot more on magit.el than vice
versa, so I'd say having them both (require 'magit) really is the Right Thing.
Diffstat (limited to 'magit-bisect.el')
| -rw-r--r-- | magit-bisect.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/magit-bisect.el b/magit-bisect.el index 4b8bee6..78d708b 100644 --- a/magit-bisect.el +++ b/magit-bisect.el @@ -1,3 +1,5 @@ +(require 'magit) + (defvar magit--bisect-last-pos) (defvar magit--bisect-tmp-file) (defvar magit--bisect-info nil) |
