aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-01-10 17:09:15 +0100
committerJonas Bernoulli <jonas@bernoul.li>2015-01-10 17:09:15 +0100
commit99993170cc6e6cf89eaf869e3a8f1cd780ecd80b (patch)
tree600f792cafd9761326a7fac182b5f49efe6d4df3 /Makefile
parentf0160c237aa68402541e3c7a1b59f6032edf7fe5 (diff)
magit-popup.el: don't require magit-mode
According to the byte-compiler and some grepping, nothing from the latter is used in the former.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60dfc92..a90e7d0 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,11 @@ LOADDEFS_DIR ?= $(lispdir)
ELS = with-editor.el
ELS += git-commit.el
ELS += git-rebase.el
+ELS += magit-popup.el
ELS += magit-utils.el
ELS += magit-section.el
ELS += magit-git.el
ELS += magit-mode.el
-ELS += magit-popup.el
ELS += magit-process.el
ELS += magit-core.el
ELS += magit-diff.el