]> git.eshelyaron.com Git - emacs.git/commitdiff
Use a less buggy flymake
authorJoão Távora <joaotavora@gmail.com>
Mon, 11 Feb 2019 21:21:49 +0000 (21:21 +0000)
committerJoão Távora <joaotavora@gmail.com>
Mon, 11 Feb 2019 21:21:49 +0000 (21:21 +0000)
* eglot.el (Package-Requires) Require flymake 1.0.5

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/223

lisp/progmodes/eglot.el

index a4b7f8f8e637d141f2ca0738a68812adfd401002..79e414646b328ff07383ec74f8429e257ee243a1 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: João Távora <joaotavora@gmail.com>
 ;; URL: https://github.com/joaotavora/eglot
 ;; Keywords: convenience, languages
-;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.7") (flymake "1.0.2"))
+;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.7") (flymake "1.0.5"))
 
 ;; 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