emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 7d6e3cf 21/69: Per #220: unbreak build


From: João Távora
Subject: [elpa] externals/eglot 7d6e3cf 21/69: Per #220: unbreak build
Date: Sun, 20 Oct 2019 08:21:45 -0400 (EDT)

branch: externals/eglot
commit 7d6e3cf5d7ae098aa6c8572343c8bc9b8453aace
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Per #220: unbreak build
    
    Messed up the name of eglot-xref-lessp-function.
    
    * eglot.el (eglot--handling-xrefs): Use eglot-xref-lessp-function
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index df6a1b3..06600e2 100644
--- a/eglot.el
+++ b/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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]