emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/nsterm.m,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/nsterm.m,v
Date: Sat, 15 Nov 2008 05:20:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/15 05:20:50

Index: nsterm.m
===================================================================
RCS file: /sources/emacs/emacs/src/nsterm.m,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- nsterm.m    27 Oct 2008 22:30:38 -0000      1.34
+++ nsterm.m    15 Nov 2008 05:20:49 -0000      1.35
@@ -2829,7 +2829,8 @@
       int width;
       struct glyph_string *next;
 
-      for (width = 0, next = s->next; next;
+      for (width = 0, next = s->next;
+          next && width < s->right_overhang;
           width += next->width, next = next->next)
        if (next->first_glyph->type != IMAGE_GLYPH)
           {




reply via email to

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