diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-01-24 12:29:28 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-01-24 12:29:28 +0100 |
| commit | 2bdfc4a08f2623d88723291dd06c7afec36277ba (patch) | |
| tree | 1475c34cf1a56a856e2a18b5ff6d9f0cd6733e5c /Makefile | |
| parent | 6bfe8c0957fa178eb15007055b5197f17ab2632f (diff) | |
Temporarily put magit-section.el back into magit
Unfortunately using the Melpa recipe to remove a file from the
snapshot version of a package also causes it to be removed from
the released version. This forces us to put the file back into
both versions until we release the next version.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ define set_package_requires (async ,async-version) (dash ,dash-version) (git-commit ,git-commit-version) - (magit-section ,magit-section-version) + ;; FIXME (magit-section ,magit-section-version) (transient ,transient-version) (with-editor ,with-editor-version)) :keywords '("git" "tools" "vc")))) ;' |
