emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/composite.c,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/composite.c,v
Date: Sun, 29 Jun 2008 14:27:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/06/29 14:27:16

Index: composite.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/composite.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- composite.c 14 May 2008 07:49:19 -0000      1.49
+++ composite.c 29 Jun 2008 14:27:16 -0000      1.50
@@ -343,7 +343,7 @@
        {
          int this_width;
          ch = XINT (key_contents[i]);
-         this_width = CHAR_WIDTH (ch);
+         this_width = (ch == '\t' ? 1 : CHAR_WIDTH (ch));
          if (cmp->width < this_width)
            cmp->width = this_width;
        }




reply via email to

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