branch: externals/comint-mime commit 6b95376bc0ef951e622d3500e76a289aa9a13e57 Author: Augusto Stoffel <arstof...@gmail.com> Commit: Augusto Stoffel <arstof...@gmail.com>
Reduce Emacs version requirement to 28 (from 28.1) --- comint-mime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comint-mime.el b/comint-mime.el index ea1fa95..9192bb1 100644 --- a/comint-mime.el +++ b/comint-mime.el @@ -6,7 +6,7 @@ ;; Keywords: processes, multimedia ;; Version: 0 ;; Homepage: https://github.com/astoff/comint-mime -;; Package-Requires: ((emacs "28.1")) +;; Package-Requires: ((emacs "28")) ;; 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