summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/emacs-eglot-x-fix-apply-text-edits.patch
AgeCommit message (Collapse)Author
2025-01-19gnu: emacs-eglot-x: Fix compatibility with emacs-eglot.Javier Olaechea
The current emacs-eglot-x version we package is broken when used with an eglot version higher than 1.16 (emacs-eglot is currently at version 1.17). Upstream has an as-of-yet unreleased fix, so let's backport that to our package. * gnu/packages/patches/emacs-eglot-x-fix-apply-text-edits.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/emacs-xyz.scm (emacs-eglot-x)[patches]: Use it here. Change-Id: Id39f4805dc37902048139049785a4f7852202a8c Signed-off-by: Liliana Marie Prikler <[email protected]>