From: Robert Pluim Date: Tue, 8 Feb 2022 15:04:15 +0000 (+0100) Subject: Mark flymake as compatible with emacs-26.1 X-Git-Tag: emacs-28.0.92~59 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31af9bca99;p=emacs.git Mark flymake as compatible with emacs-26.1 * lisp/progmodes/flymake.el: Bump package version and set emacs version in Package-Requires to 26.1 (Bug#53853). --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index e369cb1f21e..83d7bc8641c 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -4,9 +4,9 @@ ;; Author: Pavel Kobyakov ;; Maintainer: João Távora -;; 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.