emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/engine-mode 81d4ae1054 8/8: Explicitly depend on Emacs >=


From: ELPA Syncer
Subject: [nongnu] elpa/engine-mode 81d4ae1054 8/8: Explicitly depend on Emacs >= 24.3
Date: Mon, 19 Jun 2023 10:00:57 -0400 (EDT)

branch: elpa/engine-mode
commit 81d4ae1054dab2dbf81c1efbed50f27112dddbb1
Author: Harry R. Schwartz <hello@harryrschwartz.com>
Commit: Harry R. Schwartz <hello@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 <hello@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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]