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

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

[elpa] externals/xelb 677623a 19/42: Disable auto-padding for xcb-xim


From: Chris Feng
Subject: [elpa] externals/xelb 677623a 19/42: Disable auto-padding for xcb-xim
Date: Thu, 17 Sep 2015 23:16:43 +0000

branch: externals/xelb
commit 677623a4173597cc4a4fbea721849bcec95c304f
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    Disable auto-padding for xcb-xim
---
 xcb-xim.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/xcb-xim.el b/xcb-xim.el
index 847db54..2678990 100644
--- a/xcb-xim.el
+++ b/xcb-xim.el
@@ -111,7 +111,8 @@
 Consider let-bind it rather than change its global value.")
 
 (defclass xim:-struct (xcb:-struct)
-  ((~lsb :initform (symbol-value 'xim:lsb)))
+  ((~lsb :initform (symbol-value 'xim:lsb))
+   (~auto-padding :initform nil))       ;disable auto padding
   :documentation "Struct type for XIM.")
 
 (defclass xim:-request (xim:-struct)



reply via email to

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