From: João Távora Date: Thu, 9 Jul 2020 23:28:19 +0000 (+0100) Subject: * eglot.el (package-requires): require flymake 1.0.9 and eldoc 1.2.0 X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d4caae44fc0ad08e126b9ba4b0594ef9c524b07;p=emacs.git * eglot.el (package-requires): require flymake 1.0.9 and eldoc 1.2.0 --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index b94fcc31e15..3e9c9641391 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.9") (flymake "1.0.8") (project "0.3.0") (xref "1.0.1") (eldoc "1.1.0")) +;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.9") (flymake "1.0.9") (project "0.3.0") (xref "1.0.1") (eldoc "1.2.0")) ;; 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