From abfe41cc2c2932525844d9d1cef83bf877145bf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Thu, 10 May 2018 22:40:32 +0100 Subject: [PATCH] Prepare to sumbit to gnu elpa * eglot.el: Update headers. --- lisp/progmodes/eglot.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.2