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

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

[elpa] externals/ebdb ece91cb 176/350: Remove spurious ebdb-record-searc


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb ece91cb 176/350: Remove spurious ebdb-record-search implementation
Date: Mon, 14 Aug 2017 11:46:30 -0400 (EDT)

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

    Remove spurious ebdb-record-search implementation
    
    * ebdb.el: We no longer dispatch on the 'name symbol, only on the
      'ebdb-field-name class symbol.
---
 ebdb.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ebdb.el b/ebdb.el
index 3a88956..00db613 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -2517,11 +2517,6 @@ priority."
   (cl-call-next-method record f-list all))
 
 (cl-defmethod ebdb-record-search ((record ebdb-record-organization)
-                                 (_type (eql name))
-                                 (regex string))
-  (string-match-p regex (ebdb-record-name record)))
-
-(cl-defmethod ebdb-record-search ((record ebdb-record-organization)
                                  (_type (eql organization))
                                  (regex string))
   (or (string-match-p regex (ebdb-record-name record))



reply via email to

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