[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/extmap 434571a027 35/39: Require Emacs 24.4.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/extmap 434571a027 35/39: Require Emacs 24.4. |
Date: |
Fri, 31 Jan 2025 07:00:45 -0500 (EST) |
branch: elpa/extmap
commit 434571a027585b08a9f3de192261187e91f5c74d
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@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
- [nongnu] branch elpa/extmap created (now 3b0f898057), ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 669aa3484a 05/39: Fix for commit eabe5f6: function `file-attribute-modification-time' doesn't exist in Emacs 25., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 75d23267df 06/39: Make the package work on Emacs 24., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 28e1dfd6bd 09/39: Expand `README.md' a bit., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 3860b69fb1 10/39: Release version 1.0., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 070cc972a9 12/39: Implement `:share-values' flag; bump generated file version accordingly., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 07223c2cd9 19/39: Add a workaround for value compression not working in some cases on Emacs 27., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 2a6373d4fa 21/39: Experimentally also test on Emacs snapshot., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 1139b57d8f 14/39: Release version 1.1., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 434571a027 35/39: Require Emacs 24.4.,
ELPA Syncer <=
- [nongnu] elpa/extmap a9ecc94344 27/39: Add a simplistic but useful Git hook., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap fb6630228d 24/39: Speed-optimize `extmap--equal-including-properties'; while not terribly important, 3 s vs. 29 in a real-world usecase is a good improvement., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 461e559464 31/39: Bump actions/checkout from 3 to 4, ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 8b66ccd3b8 28/39: Include a file with settings for ripgrep., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap c0dd886e0b 22/39: Add function `extmap-equal-p`., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap c7af95865e 38/39: Release extmap 1.3, ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 7b82106cdc 30/39: Use a GitHub action to install Eldev instead of shell command; also test on Emacs 28, 29, macOS and Windows., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 02f1dfeab1 36/39: Make `extmap-init' lazy by default in that it won't even preload extmap metadata., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 52001e5d69 32/39: Use Eldev to check if copyright notices are up-to-date during CI., ELPA Syncer, 2025/01/31
- [nongnu] elpa/extmap 83010736da 25/39: Fix a bug in `extmap--equal-including-properties': comparing certain unequal hash-tables would see no difference between them., ELPA Syncer, 2025/01/31