branch: externals/flymake-codespell commit 080738213b82a8c2aa85a3ed82496b9ee337d687 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Add dependency on `compat` This is needed for `pos-eol`, which was added only in Emacs 29.1. --- flymake-codespell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flymake-codespell.el b/flymake-codespell.el index 03e9b80862..0d13052fc7 100644 --- a/flymake-codespell.el +++ b/flymake-codespell.el @@ -8,7 +8,7 @@ ;; URL : https://www.github.com/skangas/flymake-codespell ;; Keywords : extensions ;; SPDX-License-Identifier: GPL-3.0-or-later -;; Package-Requires: ((emacs "26.1")) +;; Package-Requires: ((emacs "26.1") (compat "29.1.4.2")) ;; 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