[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 6a1bc170a2 4/5: Increase the minimal required ve
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat 6a1bc170a2 4/5: Increase the minimal required version of Emacs to 24.3 |
Date: |
Mon, 4 Apr 2022 19:57:22 -0400 (EDT) |
branch: externals/compat
commit 6a1bc170a2f8a493bf4fc2aac5276c6ff4d3dc26
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Increase the minimal required version of Emacs to 24.3
This was accidentally forgotten when increased in e4b57d28, last
October.
---
compat.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compat.el b/compat.el
index 553dab7f5c..c826cb6f48 100644
--- a/compat.el
+++ b/compat.el
@@ -6,7 +6,7 @@
;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht>
;; Version: 28.1.0.0-rc
;; URL: https://git.sr.ht/~pkal/compat/
-;; Package-Requires: ((emacs "24.1") (nadvice "0.3"))
+;; Package-Requires: ((emacs "24.3") (nadvice "0.3"))
;; Keywords: lisp
;; This program is free software; you can redistribute it and/or modify