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).
This commit is contained in:
parent
82e74e4559
commit
31af9bca99
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue