Skip to content

Commit

Permalink
Fix CI build by requiring a newer Emacs
Browse files Browse the repository at this point in the history
In a commit made by @tarsius a few months ago, this code started using
`dolist-with-progress-reporter`, which wasn't added until Emacs
27.1. The CI build has been broken since then on Emacs 26.x.

I guess it's acceptable to start requiring Emacs 27 to fix this.
  • Loading branch information
purcell committed Dec 24, 2023
1 parent b455382 commit fa83e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; Keywords: maint tools

;; Package-Version: 4.0.0.50-git
;; Package-Requires: ((emacs "26.1"))
;; Package-Requires: ((emacs "27.1"))

;; SPDX-License-Identifier: GPL-3.0-or-later

Expand Down

0 comments on commit fa83e81

Please sign in to comment.