From: João Távora Date: Mon, 9 Jul 2018 21:23:57 +0000 (+0100) Subject: Jsonrpc.el is now a gnu elpa depedency X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~476 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f52846f56f143788b8e235ba24f050e32486fb3f;p=emacs.git 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 --- 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