branch: externals/xelb commit fbc2842247e82c84ef09df594187867b1eb8d739 Author: Adrián Medraño Calvo <adr...@medranocalvo.com> Commit: Adrián Medraño Calvo <adr...@medranocalvo.com>
* xcb-types.el (slot-unbound): Correct mistyped message --- xcb-types.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcb-types.el b/xcb-types.el index 601c175..bb95fa7 100644 --- a/xcb-types.el +++ b/xcb-types.el @@ -461,7 +461,7 @@ Consider let-bind it rather than change its global value.")) nil) (cl-defmethod slot-unbound ((_object xcb:--struct) _class _slot-name _fn) - (xcb:-log "unbount-slot: %s" (list (eieio-class-name _class) + (xcb:-log "unbound-slot: %s" (list (eieio-class-name _class) (eieio-object-name _object) _slot-name _fn)) nil)