Upgrade Emacs minimum version required

seq.el became part of Emacs with Emacs 25.1 and is used in the code,
hence the upgrade
This commit is contained in:
Lucien Cartier-Tilet 2021-05-23 00:32:18 +02:00
parent 913120fae5
commit 8b72edda09
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
;; Author: Lucien Cartier-Tilet <lucien@phundrak.com>
;; Maintainer: Lucien Cartier-Tilet <lucien@phundrak.com>
;; Version: 0.4.4
;; Package-Requires: ((emacs "24") (dash "2") (f "0.20") (s "1"))
;; Package-Requires: ((emacs "25") (dash "2") (f "0.20") (s "1"))
;; Homepage: https://labs.phundrak.com/phundrak/eshell-info-banner.el
;; This file is not part of GNU Emacs