From f52846f56f143788b8e235ba24f050e32486fb3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Mon, 9 Jul 2018 22:23:57 +0100 Subject: [PATCH] Jsonrpc.el is now a gnu elpa depedency * Makefile (ELFILES): Don't include jsonrpc. (jsonrpc-check): Remove target. (check): Don't run jsonrpc-check * README.md (either): Mention "packaged in a single file" again * eglot.el (Package-Requires): Require jsonrpc 1.0.0 (Version): Bump to 1.1 * jsonrpc.el: Remove * jsonrpc-tests.el: Remove --- lisp/progmodes/eglot.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 26c52d31f30..8d61bbbce37 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -2,12 +2,12 @@ ;; Copyright (C) 2018 Free Software Foundation, Inc. -;; Version: 1.0 +;; Version: 1.1 ;; 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") (jsonrpc "1.0.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