mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Change: Require Emacs 27.1+
I'm not even testing it on Emacs 26.3 anymore, and this will let me eliminate the last byte-compilation warning.
This commit is contained in:
parent
2e072efd5c
commit
8e9031b368
2 changed files with 2 additions and 2 deletions
|
@ -1601,7 +1601,7 @@ DATA is an unsent message event's data alist."
|
|||
(cl-labels ((content-contains-room-id
|
||||
(content room-id) (cl-loop for (_user-id . room-ids) in content
|
||||
;; NOTE: room-ids is a vector.
|
||||
thereis (seq-contains room-ids room-id))))
|
||||
thereis (seq-contains-p room-ids room-id))))
|
||||
(pcase-let* (((cl-struct ement-session account-data) session)
|
||||
((cl-struct ement-room id) room))
|
||||
(or (cl-loop for event in account-data
|
||||
|
|
2
ement.el
2
ement.el
|
@ -6,7 +6,7 @@
|
|||
;; Keywords: comm
|
||||
;; URL: https://github.com/alphapapa/ement.el
|
||||
;; Package-Version: 0.1-pre
|
||||
;; Package-Requires: ((emacs "26.3") (map "2.1") (plz "0.1-pre") (taxy "0.9") (taxy-magit-section "0.9") (svg-lib "0.2.5") (ts "0.2.1"))
|
||||
;; Package-Requires: ((emacs "27.1") (map "2.1") (plz "0.1-pre") (taxy "0.9") (taxy-magit-section "0.9") (svg-lib "0.2.5") (ts "0.2.1"))
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Add table
Reference in a new issue