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

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

[elpa] externals/eglot 3705da07a6: Fix #763: Un-reverse references in xr


From: ELPA Syncer
Subject: [elpa] externals/eglot 3705da07a6: Fix #763: Un-reverse references in xref buffer
Date: Sat, 8 Jan 2022 20:57:25 -0500 (EST)

branch: externals/eglot
commit 3705da07a628c63bf57276fbd80b9d49029666e8
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Fix #763: Un-reverse references in xref buffer
---
 eglot.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eglot.el b/eglot.el
index 712ad17298..72cf0c44fc 100644
--- a/eglot.el
+++ b/eglot.el
@@ -2148,6 +2148,7 @@ may be called multiple times (respecting the protocol of
          (let (,collected)
            (cl-flet ((,collector (xref) (push xref ,collected)))
              ,@body)
+           (setq ,collected (nreverse ,collected))
            (sort ,collected 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]