`nreverse' the marker pairs list
* lisp/progmodes/xref.el (xref--buf-pairs-iterator): `nreverse' the marker pairs list for each buffer before returning.
This commit is contained in:
@@ -570,7 +570,7 @@ references displayed in the current *xref* buffer."
|
||||
(t
|
||||
(setq chunk-done t
|
||||
next-pair pair))))))))
|
||||
(cons file-buf pairs)))
|
||||
(cons file-buf (nreverse pairs))))
|
||||
(:cleanup
|
||||
(dolist (pair all-pairs)
|
||||
(move-marker (car pair) nil)
|
||||
|
||||
Reference in New Issue
Block a user