branch: externals/mpdired
commit 3462a235126ebf2c86a40baf65d70cd8f73bda07
Author: Manuel Giraud <man...@ledu-giraud.fr>
Commit: Manuel Giraud <man...@ledu-giraud.fr>

    more idiomatic nreverse
---
 mpdired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpdired.el b/mpdired.el
index b747d32517..bab013634e 100644
--- a/mpdired.el
+++ b/mpdired.el
@@ -208,7 +208,7 @@
                       (t (forward-line -1)
                          (throw 'exit t)))))))
       (forward-line)))
-  (reverse accum))
+  (nreverse accum))
 
 (defun mpdired--parse-listall ()
   ;; Called from the communication buffer.

Reply via email to