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

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

[elpa] externals/leaf c72d79c 20/29: require Emacs-24.1 instead of Emacs


From: Stefan Monnier
Subject: [elpa] externals/leaf c72d79c 20/29: require Emacs-24.1 instead of Emacs-24.4
Date: Tue, 10 Nov 2020 14:47:43 -0500 (EST)

branch: externals/leaf
commit c72d79c88eae75746df5272e28413624bb5f114c
Author: conao3 <conao3@gmail.com>
Commit: conao3 <conao3@gmail.com>

    require Emacs-24.1 instead of Emacs-24.4
---
 .github/workflows/test.yml | 3 +++
 leaf.el                    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8a90e6c..437a289 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,6 +10,9 @@ jobs:
       fail-fast: false
       matrix:
         emacs_version:
+          - '24.1'
+          - '24.2'
+          - '24.3'
           - '24.4'
           - '24.5'
           - '25.1'
diff --git a/leaf.el b/leaf.el
index 4f3b9f0..72bd4f4 100644
--- a/leaf.el
+++ b/leaf.el
@@ -7,7 +7,7 @@
 ;; Keywords: lisp settings
 ;; Version: 4.3.0
 ;; URL: https://github.com/conao3/leaf.el
-;; Package-Requires: ((emacs "24.4"))
+;; Package-Requires: ((emacs "24.1"))
 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



reply via email to

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