branch: elpa/extmap commit 434571a027585b08a9f3de192261187e91f5c74d Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Require Emacs 24.4. --- .github/workflows/test.yml | 2 -- extmap.el | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index caa711af86..a58d830be2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,6 @@ jobs: strategy: matrix: os: [ubuntu-latest] - # Not supported by Eldev; not terribly important. - # '24.1', '24.2', '24.3' emacs_version: ['24.4', '24.5', '25.1', '25.2', '25.3', '26.1', '26.2', '26.3', diff --git a/extmap.el b/extmap.el index b74bbe7f54..5e92cacbd3 100644 --- a/extmap.el +++ b/extmap.el @@ -7,7 +7,7 @@ ;; Version: 1.2.1 ;; Keywords: lisp ;; Homepage: https://github.com/doublep/extmap -;; Package-Requires: ((emacs "24.1")) +;; Package-Requires: ((emacs "24.4")) ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as