From 80433528c2349a38aca5c2b884b71040978ead97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Wed, 13 Feb 2019 09:24:02 +0000 Subject: [PATCH] Unbreak build Messed up the name of eglot-xref-lessp-function. * eglot.el (eglot--handling-xrefs): Use eglot-xref-lessp-function GitHub-reference: per https://github.com/joaotavora/eglot/issues/220 --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index df6a1b3ecb3..06600e2e971 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1684,7 +1684,7 @@ DUMMY is ignored." (defmacro eglot--handling-xrefs (&rest body) "Properly sort and handle xrefs produced and returned by BODY." `(unwind-protect - (sort (progn ,@body) eglot-xref-sort-function) + (sort (progn ,@body) eglot-xref-lessp-function) (maphash (lambda (_uri buf) (kill-buffer buf)) eglot--temp-location-buffers) (clrhash eglot--temp-location-buffers))) -- 2.39.2