branch: externals/ebdb
commit 7a6794b4a435af3c5c77f0e09a6ef532972762de
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    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