From: Felicián Németh Date: Tue, 21 Jan 2020 18:35:34 +0000 (+0100) Subject: Update dependencies and copyright years X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a0e0433cd15d3a0b9de220b141c2c12b549c67b;p=emacs.git Update dependencies and copyright years * eglot.el: Update dependencies and copyright years. GitHub-reference: close https://github.com/joaotavora/eglot/issues/413 --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 58980a1147e..13ee30723bc 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -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 ;; 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.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