branch: externals/ebdb
commit 5242e6feed371273f35241a40d60653963af3895
Author: Eric Abrahamsen <e...@ericabrahamsen.net>
Commit: Eric Abrahamsen <e...@ericabrahamsen.net>

    Forgot to reverse the list of collected fields in formatting
    
    * ebdb-format.el (ebdb-prompt-for-formatter): They've been collected
      backwards.
---
 ebdb-format.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-format.el b/ebdb-format.el
index e1e8e21..48348bc 100644
--- a/ebdb-format.el
+++ b/ebdb-format.el
@@ -331,7 +331,7 @@ grouped by field class."
                       ((ebdb-foo-in-list-p f collapse) 'collapse)
                       (t 'normal)))
                outlist)))
-      outlist)))
+      (nreverse outlist))))
 
 ;;; Basic export routines
 

Reply via email to