emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Thu, 26 Jun 2003 22:24:30 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.839 emacs/src/xdisp.c:1.840
*** emacs/src/xdisp.c:1.839     Thu Jun 26 19:18:07 2003
--- emacs/src/xdisp.c   Thu Jun 26 22:24:29 2003
***************
*** 19248,19254 ****
     of last line in W.  In the row containing CHARPOS, stop before glyphs
     having STOP as object.  */
  
! #if 0 /* This is a version of fast_find_position that's more correct
         in the presence of hscrolling, for example.  I didn't install
         it right away because the problem fixed is minor, it failed
         in 20.x as well, and I think it's too risky to install
--- 19248,19254 ----
     of last line in W.  In the row containing CHARPOS, stop before glyphs
     having STOP as object.  */
  
! #if 1 /* This is a version of fast_find_position that's more correct
         in the presence of hscrolling, for example.  I didn't install
         it right away because the problem fixed is minor, it failed
         in 20.x as well, and I think it's too risky to install
***************
*** 19315,19321 ****
    return past_end;
  }
  
! #else /* not 0 */
  
  static int
  fast_find_position (w, pos, hpos, vpos, x, y, stop)
--- 19315,19321 ----
    return past_end;
  }
  
! #else /* not 1 */
  
  static int
  fast_find_position (w, pos, hpos, vpos, x, y, stop)
***************
*** 19413,19419 ****
    return 0;
  }
  
! #endif /* not 0 */
  
  
  /* Find the position of the glyph for position POS in OBJECT in
--- 19413,19419 ----
    return 0;
  }
  
! #endif /* not 1 */
  
  
  /* Find the position of the glyph for position POS in OBJECT in




reply via email to

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