From: João Távora Date: Thu, 10 May 2018 21:40:32 +0000 (+0100) Subject: Prepare to sumbit to gnu elpa X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~586 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abfe41cc2c2932525844d9d1cef83bf877145bf4;p=emacs.git Prepare to sumbit to gnu elpa * eglot.el: Update headers. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 635ca26632e..e33e54045c5 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1,12 +1,13 @@ ;;; eglot.el --- Client for Language Server Protocol (LSP) servers -*- lexical-binding: t; -*- -;; Copyright (C) 2017 João Távora +;; Copyright (C) 2003-2018 Free Software Foundation, Inc. ;; Version: 0.1 -;; Author: João Távora -;; Url: https://github.com/joaotavora/eglot +;; Author: João Távora +;; Maintainer: João Távora +;; URL: https://github.com/joaotavora/eglot ;; Keywords: convenience, languages -;; Package-Requires: ((emacs "26.1")) +;; Package-Requires: ((emacs "26.1") (json-mode "1.6.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