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

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

[nongnu] elpa/engine-mode 687266bff4 2/3: Require Emacs >= 24.4


From: ELPA Syncer
Subject: [nongnu] elpa/engine-mode 687266bff4 2/3: Require Emacs >= 24.4
Date: Mon, 19 Jun 2023 13:01:45 -0400 (EDT)

branch: elpa/engine-mode
commit 687266bff45cda00c1de57a22ad2b03de6823c28
Author: Harry R. Schwartz <hello@harryrschwartz.com>
Commit: Harry R. Schwartz <hello@harryrschwartz.com>

    Require Emacs >= 24.4
    
    It looks like the definition of `thing-at-point` changed between 24.3 and 
24.4,
    and I can't be bothered to figure out how to support 24.3.
---
 .github/workflows/test.yml | 1 -
 engine-mode.el             | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 73bec77e61..f10a7193ed 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,6 @@ jobs:
     strategy:
       matrix:
         emacs_version:
-          - 24.3
           - 24.4
           - 24.5
           - 25.1
diff --git a/engine-mode.el b/engine-mode.el
index beeab946ad..7dcca73629 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: ((emacs "24.3"))
+;; Package-Requires: ((emacs "24.4"))
 
 ;; This file is NOT part of GNU Emacs.
 



reply via email to

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