]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark flymake as compatible with emacs-26.1
authorRobert Pluim <rpluim@gmail.com>
Tue, 8 Feb 2022 15:04:15 +0000 (16:04 +0100)
committerRobert Pluim <rpluim@gmail.com>
Tue, 8 Feb 2022 15:04:15 +0000 (16:04 +0100)
* lisp/progmodes/flymake.el: Bump package version and set
emacs version in Package-Requires to 26.1 (Bug#53853).

lisp/progmodes/flymake.el

index e369cb1f21e3bb08d7fe7fa29f8563958950fc9c..83d7bc8641cd42b5f1cef8760dfcbf9ee36dad54 100644 (file)
@@ -4,9 +4,9 @@
 
 ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com>
 ;; Maintainer: João Távora <joaotavora@gmail.com>
-;; Version: 1.2.1
+;; Version: 1.2.2
 ;; Keywords: c languages tools
-;; Package-Requires: ((emacs "28.1") (eldoc "1.1.0") (project "0.7.1"))
+;; Package-Requires: ((emacs "26.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.