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

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

[elpa] externals/xelb fbc2842 2/7: * xcb-types.el (slot-unbound): Correc


From: Chris Feng
Subject: [elpa] externals/xelb fbc2842 2/7: * xcb-types.el (slot-unbound): Correct mistyped message
Date: Sun, 9 Sep 2018 06:39:55 -0400 (EDT)

branch: externals/xelb
commit fbc2842247e82c84ef09df594187867b1eb8d739
Author: Adrián Medraño Calvo <address@hidden>
Commit: Adrián Medraño Calvo <address@hidden>

    * 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)



reply via email to

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