emacs-diffs
[Top][All Lists]
Advanced

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

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


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c,v
Date: Sat, 23 Jun 2007 01:53:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   07/06/23 01:53:40

Index: macterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/macterm.c,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -b -r1.222 -r1.223
--- macterm.c   23 Jun 2007 01:50:22 -0000      1.222
+++ macterm.c   23 Jun 2007 01:53:40 -0000      1.223
@@ -2243,6 +2243,8 @@
                  ny = row->visible_height;
                }
 
+             if (bx >= 0)
+               {
              if (left + width == bx)
                {
                  bx = left + sb_width;
@@ -2252,6 +2254,7 @@
                nx += width - sb_width;
            }
        }
+       }
 
       if (bx >= 0)
        {




reply via email to

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