]> git.eshelyaron.com Git - emacs.git/commit
Work around package.el transitive dependency bug
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 27 Jan 2023 00:27:26 +0000 (00:27 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Fri, 27 Jan 2023 00:36:55 +0000 (00:36 +0000)
commitf72a394716f4373dbbdc79ad0816da90bdb032a1
tree2157512cca18db14221f74d54d199a8bea0bd011
parent3766a666b5592e26f35d9ae3f5d60a5c49285e7c
Work around package.el transitive dependency bug

Eglot already depends transitively on Xref 1.4.0 via Project,
but package.el doesn't pick up on this in Emacs 28
(which has Xref 1.3.0).

* lisp/progmodes/eglot.el (Version): Bump to 1.11.
(Package-Requires): Explicitly require Xref 1.4.0, which is
the version already required by Project, for the benefit of
Emacs 28 (bug#61048).
lisp/progmodes/eglot.el