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

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

[elpa] externals/ebdb 4796722 3/9: Fix mail sorting


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 4796722 3/9: Fix mail sorting
Date: Sun, 18 Feb 2018 22:56:25 -0500 (EST)

branch: externals/ebdb
commit 47967221b77b0e3c75b8fa53d766cda8bbe8e9c1
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Fix mail sorting
    
    * ebdb.el: This was supposed to be an :after method, on
      ebdb-record-insert-field, not a :before.
---
 ebdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index 4174e24..126fbc5 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -3014,7 +3014,7 @@ If FIELD doesn't specify a year, use the current year."
 (cl-defmethod ebdb-record-organizations ((_record ebdb-record-entity))
   nil)
 
-(cl-defmethod ebdb-record-insert-field :before ((record ebdb-record-entity)
+(cl-defmethod ebdb-record-insert-field :after ((record ebdb-record-entity)
                                               (_mail ebdb-field-mail)
                                               &optional _slot)
   "After giving RECORD a new mail field, sort RECORD's mails by



reply via email to

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