emacs-devel
[Top][All Lists]
Advanced

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

Patch for .103


From: Gerd Moellmann
Subject: Patch for .103
Date: 10 May 2001 14:45:41 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.104

Please apply the patch below.  It fixes a typo causing redisplay
problems.

*** xdisp.c.~1.629.~    Thu May 10 13:28:40 2001
--- xdisp.c     Thu May 10 14:37:57 2001
***************
*** 11179,11187 ****
       be adjusted, of course.  */
    row = MATRIX_ROW (w->current_matrix, XFASTINT (w->window_end_vpos));
    if (MATRIX_ROW_DISPLAYS_TEXT_P (row)
!       && ((first_changed_charpos < CHARPOS (start)
           && CHARPOS (start) == BEGV)
!         || (first_changed_charpos < CHARPOS (start) - 1
              && FETCH_BYTE (BYTEPOS (start) - 1) == '\n')))
      {
        int Z_old, delta, Z_BYTE_old, delta_bytes;
--- 11179,11187 ----
       be adjusted, of course.  */
    row = MATRIX_ROW (w->current_matrix, XFASTINT (w->window_end_vpos));
    if (MATRIX_ROW_DISPLAYS_TEXT_P (row)
!       && ((last_changed_charpos < CHARPOS (start)
           && CHARPOS (start) == BEGV)
!         || (last_changed_charpos < CHARPOS (start) - 1
              && FETCH_BYTE (BYTEPOS (start) - 1) == '\n')))
      {
        int Z_old, delta, Z_BYTE_old, delta_bytes;



reply via email to

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