diff options
| author | João Távora | 2022-12-16 09:23:21 +0000 |
|---|---|---|
| committer | João Távora | 2022-12-16 09:29:40 +0000 |
| commit | 7575c85efd27f3a4e8e968d0bef1c63d6a2b8d84 (patch) | |
| tree | 4603b3234f54eeba0931c45aa9d6e22c213e8365 | |
| parent | a0806bc7ea916bff49ecb452716c01d42307aec9 (diff) | |
| download | emacs-7575c85efd27f3a4e8e968d0bef1c63d6a2b8d84.tar.gz emacs-7575c85efd27f3a4e8e968d0bef1c63d6a2b8d84.zip | |
Bump Eglot version to 1.10
* lisp/progmodes/eglot.el (Version): Bump to 1.10
(Package-Requires): Bump required versions of jsonrpc and project.
| -rw-r--r-- | lisp/progmodes/eglot.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index d4d04b1bc4d..20534cfa1ce 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el | |||
| @@ -2,12 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2022 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Version: 1.9 | 5 | ;; Version: 1.10 |
| 6 | ;; Author: João Távora <joaotavora@gmail.com> | 6 | ;; Author: João Távora <joaotavora@gmail.com> |
| 7 | ;; Maintainer: João Távora <joaotavora@gmail.com> | 7 | ;; Maintainer: João Távora <joaotavora@gmail.com> |
| 8 | ;; URL: https://github.com/joaotavora/eglot | 8 | ;; URL: https://github.com/joaotavora/eglot |
| 9 | ;; Keywords: convenience, languages | 9 | ;; Keywords: convenience, languages |
| 10 | ;; Package-Requires: ((emacs "26.3") (jsonrpc "1.0.14") (flymake "1.2.1") (project "0.3.0") (xref "1.0.1") (eldoc "1.11.0") (seq "2.23") (external-completion "0.1")) | 10 | ;; Package-Requires: ((emacs "26.3") (jsonrpc "1.0.16") (flymake "1.2.1") (project "0.9.3") (xref "1.0.1") (eldoc "1.11.0") (seq "2.23") (external-completion "0.1")) |
| 11 | 11 | ||
| 12 | ;; This is a GNU ELPA :core package. Avoid adding functionality | 12 | ;; This is a GNU ELPA :core package. Avoid adding functionality |
| 13 | ;; that is not available in the version of Emacs recorded above or any | 13 | ;; that is not available in the version of Emacs recorded above or any |