From 2bdfc4a08f2623d88723291dd06c7afec36277ba Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 24 Jan 2020 12:29:28 +0100 Subject: 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. --- Makefile | 2 +- lisp/magit-pkg.el | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e8037a..d64eaee 100644 --- a/Makefile +++ b/Makefile @@ -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")))) ;' diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 1c0ae78..ee981ce 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -4,7 +4,6 @@ (async "20180527") (dash "20180910") (git-commit "20181104") - (magit-section "20200123") (transient "20190812") (with-editor "20181103")) :keywords -- cgit v1.0