aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Távora2026-01-04 14:11:45 +0000
committerJoão Távora2026-01-04 14:12:02 +0000
commit93793260ea3606f28c883ec90e27f15bfa0ba787 (patch)
tree5f2d28b5a3a91f0392629f336de017582a2a0f5e
parentb8ff1c1fae9860f48a954bd97d68b5cf2c643285 (diff)
downloademacs-93793260ea3606f28c883ec90e27f15bfa0ba787.tar.gz
emacs-93793260ea3606f28c883ec90e27f15bfa0ba787.zip
Eglot: require project 0.11.2 (bug#79809)
* lisp/progmodes/eglot.el (Package-Requires): Require project 0.11.2
-rw-r--r--lisp/progmodes/eglot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 979de22c1df..94e6c175be2 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -7,7 +7,7 @@
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") (eldoc "1.14.0") (external-completion "0.1") (flymake "1.4.2") (jsonrpc "1.0.26") (project "0.9.8") (seq "2.23") (xref "1.6.2")) 10;; Package-Requires: ((emacs "26.3") (eldoc "1.14.0") (external-completion "0.1") (flymake "1.4.2") (jsonrpc "1.0.26") (project "0.11.2") (seq "2.23") (xref "1.6.2"))
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