]> git.eshelyaron.com Git - emacs.git/commitdiff
Jsonrpc.el is now a gnu elpa depedency
authorJoão Távora <joaotavora@gmail.com>
Mon, 9 Jul 2018 21:23:57 +0000 (22:23 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 9 Jul 2018 21:26:50 +0000 (22:26 +0100)
* 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

index 26c52d31f30f41cb303e42710aa48aa45a1be989..8d61bbbce37993fefabbed50f86e213770007fef 100644 (file)
@@ -2,12 +2,12 @@
 
 ;; Copyright (C) 2018 Free Software Foundation, Inc.
 
-;; Version: 1.0
+;; Version: 1.1
 ;; Author: João Távora <joaotavora@gmail.com>
 ;; Maintainer: João Távora <joaotavora@gmail.com>
 ;; 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