emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot b4f3028 18/69: Fix #223: use a less buggy Flymake


From: João Távora
Subject: [elpa] externals/eglot b4f3028 18/69: Fix #223: use a less buggy Flymake
Date: Sun, 20 Oct 2019 08:21:44 -0400 (EDT)

branch: externals/eglot
commit b4f30288faf6187e4da9962f6e61642ba2e9d5c9
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Fix #223: use a less buggy Flymake
    
    * eglot.el (Package-Requires) Require flymake 1.0.5
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index a4b7f8f..79e4146 100644
--- a/eglot.el
+++ b/eglot.el
@@ -7,7 +7,7 @@
 ;; Maintainer: João Távora <address@hidden>
 ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]