branch: elpa/engine-mode commit 81d4ae1054dab2dbf81c1efbed50f27112dddbb1 Author: Harry R. Schwartz <he...@harryrschwartz.com> Commit: Harry R. Schwartz <he...@harryrschwartz.com>
Explicitly depend on Emacs >= 24.3 --- .github/workflows/test.yml | 2 -- engine-mode.el | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a32e5ffc34..6aad926bc3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,8 +8,6 @@ jobs: strategy: matrix: emacs_version: - - 24.1 - - 24.2 - 24.3 - 24.4 - 24.5 diff --git a/engine-mode.el b/engine-mode.el index 8af908dfdf..beeab946ad 100644 --- a/engine-mode.el +++ b/engine-mode.el @@ -3,7 +3,7 @@ ;; Author: Harry R. Schwartz <he...@harryrschwartz.com> ;; Version: 2.2.4 ;; URL: https://github.com/hrs/engine-mode -;; Package-Requires: ((cl-lib "0.5")) +;; Package-Requires: ((emacs "24.3")) ;; This file is NOT part of GNU Emacs.