projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a4127d
)
`nreverse' the marker pairs list
author
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 5 May 2016 13:01:52 +0000
(16:01 +0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 5 May 2016 13:01:52 +0000
(16:01 +0300)
* lisp/progmodes/xref.el (xref--buf-pairs-iterator): `nreverse'
the marker pairs list for each buffer before returning.
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 1c28390258ca0348b53a2f2ae24d6008d2fb467f..f651dc9cd186a59a6b98f6962322d58ba2664867 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-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)