emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Tue, 16 Aug 2005 10:58:16 -0400

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.353 emacs/src/dispnew.c:1.354
*** emacs/src/dispnew.c:1.353   Sun Aug  7 17:40:18 2005
--- emacs/src/dispnew.c Tue Aug 16 14:58:16 2005
***************
*** 1185,1190 ****
--- 1185,1193 ----
    MATRIX_ROW_END_CHARPOS (row) += delta;
    MATRIX_ROW_END_BYTEPOS (row) += delta_bytes;
  
+   if (!row->enabled_p)
+     return;
+ 
    /* Increment positions in glyphs.  */
    for (area = 0; area < LAST_AREA; ++area)
      for (i = 0; i < row->used[area]; ++i)




reply via email to

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