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

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

[elpa] externals/ebdb 7a6794b 08/16: Further error with slots as keyword


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 7a6794b 08/16: Further error with slots as keyword vs symbol
Date: Sun, 16 Jun 2019 12:23:07 -0400 (EDT)

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

    Further error with slots as keyword vs symbol
    
    * ebdb.el (ebdb-read): Can't keep this straight...
---
 ebdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index 696fd0b..ee3fce6 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -1437,7 +1437,7 @@ first one."
 
 (cl-defmethod ebdb-read ((role (subclass ebdb-field-role)) &optional slots obj)
   (let ((org-id (or (plist-get slots :org-uuid)
-                   (if obj (slot-value obj :org-uuid)
+                   (if obj (slot-value obj 'org-uuid)
                      (ebdb-record-uuid (ebdb-prompt-for-record
                                         nil 'ebdb-record-organization)))))
        (mail (or (plist-get slots :mail)



reply via email to

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