`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:
parent
1a4127dbd6
commit
3347a733e0
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ references displayed in the current *xref* buffer."
|
||||||
(t
|
(t
|
||||||
(setq chunk-done t
|
(setq chunk-done t
|
||||||
next-pair pair))))))))
|
next-pair pair))))))))
|
||||||
(cons file-buf pairs)))
|
(cons file-buf (nreverse pairs))))
|
||||||
(:cleanup
|
(:cleanup
|
||||||
(dolist (pair all-pairs)
|
(dolist (pair all-pairs)
|
||||||
(move-marker (car pair) nil)
|
(move-marker (car pair) nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue