emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb 261454d 03/15: Return results of ebdb-loop-with-ex


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 261454d 03/15: Return results of ebdb-loop-with-exit in correct order
Date: Sun, 1 Apr 2018 06:02:44 -0400 (EDT)

branch: externals/ebdb
commit 261454d490622abf1a4320ae277322083e3e8a87
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Return results of ebdb-loop-with-exit in correct order
    
    * ebdb.el (ebdb-loop-with-exit): Items should be in the order the user
      entered them.
---
 ebdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index 6f7a299..41b93da 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -788,7 +788,7 @@ if CHILD-P is non-nil, one of its subclasses."
           (while t
             (push ,@body acc))
         ((quit ebdb-empty)
-         (throw '--ebdb-loop-exit-- acc))))))
+         (throw '--ebdb-loop-exit-- (nreverse acc)))))))
 
 (defmacro ebdb-debug (&rest body)
   "Excecute BODY just like `progn' with debugging capability.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]