diff options
| author | Sylvain Bougerel <sbougerel@users.noreply.github.com> | 2023-11-08 02:42:38 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 19:42:38 +0100 |
| commit | 35d2ae24f7cb38e0fbd4a8a79456145014095b6e (patch) | |
| tree | 8b58a836f842b06334f997d5d46040dd68d3b811 /compat.el | |
| parent | 14f5f74dd98dcd0410559942aae4d8ed49e36154 (diff) | |
fix(compat.el): Package-Requires "seq" = 2.3 -> 2.23 (#31)
Diffstat (limited to 'compat.el')
| -rw-r--r-- | compat.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
