(ewoc-collect): Return results in the correct order.
This commit is contained in:
parent
c025fb0a25
commit
d533750604
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ remaining arguments will be passed to PREDICATE."
|
|||
(if (apply predicate (ewoc--node-data node) args)
|
||||
(push (ewoc--node-data node) result))
|
||||
(setq node (ewoc--node-prev dll node)))
|
||||
(nreverse result)))
|
||||
result))
|
||||
|
||||
(defun ewoc-buffer (ewoc)
|
||||
"Return the buffer that is associated with EWOC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue