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

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

[elpa] externals/ebdb 91f0953 05/12: Let the typos begin!


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 91f0953 05/12: Let the typos begin!
Date: Tue, 12 Jun 2018 22:06:10 -0400 (EDT)

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

    Let the typos begin!
    
    * ebdb.el (ebdb-delete-field): Test first, then push.
---
 ebdb.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb.el b/ebdb.el
index 9c5ae76..c480465 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -1286,7 +1286,7 @@ first one."
     (ebdb-puthash fl record)
     (object-add-to-list (ebdb-record-cache record) 'alt-names lf-full)
     (object-add-to-list (ebdb-record-cache record) 'alt-names fl-full)
-    (object-add-to-list (ebdb-record-cache record 'alt-names fl)))
+    (object-add-to-list (ebdb-record-cache record) 'alt-names fl))
   (cl-call-next-method))
 
 (cl-defmethod ebdb-delete-field ((name ebdb-field-name-complex) record 
&optional _unload)
@@ -1298,7 +1298,7 @@ first one."
     (ebdb-remhash fl record)
     (object-remove-from-list (ebdb-record-cache record) 'alt-names lf-full)
     (object-remove-from-list (ebdb-record-cache record) 'alt-names fl-full)
-    (object-remove-from-list (ebdb-record-cache record) 'atl-names fl))
+    (object-remove-from-list (ebdb-record-cache record) 'alt-names fl))
   (cl-call-next-method))
 
 (cl-defmethod ebdb-read ((class (subclass ebdb-field-name-complex)) &optional 
slots obj)



reply via email to

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