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

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

[elpa] externals/gnorb 9ac84b7 218/449: Return links in the order which


From: Stefan Monnier
Subject: [elpa] externals/gnorb 9ac84b7 218/449: Return links in the order which they were found
Date: Fri, 27 Nov 2020 23:15:42 -0500 (EST)

branch: externals/gnorb
commit 9ac84b786dd77ae89c7b28a12c9e2fe4e8f858d9
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Return links in the order which they were found
    
    * lisp/gnorb-utils.el (gnorb-scan-links): It could be useful to have
      them ordered properly.
---
 lisp/gnorb-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-utils.el b/lisp/gnorb-utils.el
index e6a3096..b7c6afb 100644
--- a/lisp/gnorb-utils.el
+++ b/lisp/gnorb-utils.el
@@ -232,7 +232,7 @@ and 'gnus."
         ((and (memq 'bbdb types)
               (string-match "^<?bbdb:" addr))
          (push (substring addr (match-end 0)) bbdb))))
-      `(:gnus ,gnus :mail ,mail :bbdb ,bbdb))))
+      `(:gnus ,(reverse gnus) :mail ,(reverse mail) :bbdb ,(reverse bbdb)))))
 
 (defun gnorb-msg-id-to-link (msg-id)
   "Given a message id, try to create a full org link to the



reply via email to

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