branch: externals/ebdb commit 3e293a1aad66a6a41516d6d8891b02d3be92f86d Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
Fix variable-name bug in ebdb-com-delete-field * ebdb-com.el (ebdb-com-delete-field): Looks like some half-completed code. --- ebdb-com.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebdb-com.el b/ebdb-com.el index a91b79b89b..0086b4c38f 100644 --- a/ebdb-com.el +++ b/ebdb-com.el @@ -2187,7 +2187,7 @@ confirm before deleting the field." (field ebdb-field-role) noprompt) (let ((person (ebdb-gethash (slot-value field 'record-uuid) 'uuid))) - (cl-call-next-method source field noprompt))) + (cl-call-next-method person field noprompt))) (cl-defmethod ebdb-com-delete-field ((record ebdb-record-person) (field ebdb-field-relation)