diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-12-09 17:01:57 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-12-09 17:01:57 +0200 |
commit | 6b8957852476e4ba31873424aa8f81d9e55bc34c (patch) | |
tree | a66a4ed1c1107fde2467f6dba52a757276c32b8c /lisp | |
parent | 1821844357e60eccbc269fb9455579061a6f30b2 (diff) | |
download | emacs-6b8957852476e4ba31873424aa8f81d9e55bc34c.tar.gz emacs-6b8957852476e4ba31873424aa8f81d9e55bc34c.tar.bz2 emacs-6b8957852476e4ba31873424aa8f81d9e55bc34c.zip |
; * lisp/progmodes/flymake.el: Update the minimum Emacs version.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/flymake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 4f9506c98b9..72199b33a43 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -6,7 +6,7 @@ ;; Maintainer: João Távora <joaotavora@gmail.com> ;; Version: 1.2.1 ;; Keywords: c languages tools -;; Package-Requires: ((emacs "26.1") (eldoc "1.1.0") (project "0.7.1")) +;; Package-Requires: ((emacs "28.1") (eldoc "1.1.0") (project "0.7.1")) ;; This is a GNU ELPA :core package. Avoid functionality that is not ;; compatible with the version of Emacs recorded above. |