aboutsummaryrefslogtreecommitdiff
path: root/compat.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-02-08 08:24:07 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-02-08 08:52:51 +0100
commit87f3adfcd97f2590a84ffa81d0952a11dcc2f958 (patch)
tree4dc91b0d54d37047f731afdc453d69a2cae268e6 /compat.el
parent319d80eaeb647b8e709073d8fd05e87978c04522 (diff)
compat-29: Preload seq
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 36963a5..aced88e 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.3.2
;; URL: https://github.com/emacs-compat/compat
-;; Package-Requires: ((emacs "24.4"))
+;; Package-Requires: ((emacs "24.4") (seq "2.3"))
;; Keywords: lisp
;; This program is free software; you can redistribute it and/or modify