aboutsummaryrefslogtreecommitdiff
path: root/compat.el
diff options
context:
space:
mode:
authorSylvain Bougerel <sbougerel@users.noreply.github.com>2023-11-08 02:42:38 +0800
committerGitHub <noreply@github.com>2023-11-07 19:42:38 +0100
commit35d2ae24f7cb38e0fbd4a8a79456145014095b6e (patch)
tree8b58a836f842b06334f997d5d46040dd68d3b811 /compat.el
parent14f5f74dd98dcd0410559942aae4d8ed49e36154 (diff)
fix(compat.el): Package-Requires "seq" = 2.3 -> 2.23 (#31)
Diffstat (limited to 'compat.el')
-rw-r--r--compat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.el b/compat.el
index 49710d6..6a29fce 100644
--- a/compat.el
+++ b/compat.el
@@ -6,7 +6,7 @@
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>, Compat Development <~pkal/compat-devel@lists.sr.ht>
;; Version: 29.1.4.3
;; URL: https://github.com/emacs-compat/compat
-;; Package-Requires: ((emacs "24.4") (seq "2.3"))
+;; Package-Requires: ((emacs "24.4") (seq "2.23"))
;; Keywords: lisp, maint
;; This program is free software; you can redistribute it and/or modify