From: João Távora Date: Mon, 11 Feb 2019 21:21:49 +0000 (+0000) Subject: Use a less buggy flymake X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=232289d25c0851e85b1798d976ed8c368b83cea3;p=emacs.git Use a less buggy flymake * eglot.el (Package-Requires) Require flymake 1.0.5 GitHub-reference: fix https://github.com/joaotavora/eglot/issues/223 --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index a4b7f8f8e63..79e414646b3 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -7,7 +7,7 @@ ;; Maintainer: João Távora ;; 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