diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-01-10 17:09:15 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-01-10 17:09:15 +0100 |
| commit | 99993170cc6e6cf89eaf869e3a8f1cd780ecd80b (patch) | |
| tree | 600f792cafd9761326a7fac182b5f49efe6d4df3 /Makefile | |
| parent | f0160c237aa68402541e3c7a1b59f6032edf7fe5 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
