Keep order of completion candidates (Bug#25995, Bug#24676)
commit1ed2086a03a5f33482d2f184e57dad9e6a9d25d8
authorNoam Postavsky <npostavs@gmail.com>
Wed, 21 Jun 2017 02:19:51 +0000 (20 22:19 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 21 Jun 2017 02:44:24 +0000 (20 22:44 -0400)
treee6da686ba7192c834c8cb8c6163366ac6517bfd7
parentd2ea4aee02a40b76b4e221c46ecb58270c2e1ca7
Keep order of completion candidates (Bug#25995, Bug#24676)

* lisp/minibuffer.el (completion-pcm--filename-try-filter)
(completion-pcm--all-completions): Use nreverse to undo the reversing
caused by using push in the loop.
lisp/minibuffer.el