]> git.eshelyaron.com Git - emacs.git/commitdiff
Update dependencies and copyright years
authorFelicián Németh <felician.nemeth@gmail.com>
Tue, 21 Jan 2020 18:35:34 +0000 (19:35 +0100)
committerFelicián Németh <felician.nemeth@gmail.com>
Thu, 16 Apr 2020 22:20:18 +0000 (00:20 +0200)
* eglot.el: Update dependencies and copyright years.

GitHub-reference: close https://github.com/joaotavora/eglot/issues/413

lisp/progmodes/eglot.el

index 58980a1147e545d660be1c7136274513c9925d72..13ee30723bcdeb7d5afc02880339dc6336c9f2c0 100644 (file)
@@ -1,13 +1,13 @@
 ;;; eglot.el --- Client for Language Server Protocol (LSP) servers  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
 
 ;; Version: 1.6
 ;; Author: João Távora <joaotavora@gmail.com>
 ;; 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.5"))
+;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.9") (flymake "1.0.8"))
 
 ;; 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