/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.984 by kfstorm, Tue Feb 22 11:04:18 2005 UTC revision 1.985 by kfstorm, Fri Feb 25 21:50:21 2005 UTC
# Line 2538  init_from_display_pos (it, w, pos) Line 2538  init_from_display_pos (it, w, pos)
2538       after-string.  */       after-string.  */
2539    init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID);    init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID);
2540    
2541    for (i = 0; i < it->n_overlay_strings; ++i)    /* This only scans the current chunk -- it should scan all chunks.
2542         However, OVERLAY_STRING_CHUNK_SIZE has been increased from 3 in 21.1
2543         to 16 in 22.1 to make this a lesser problem.  */
2544      for (i = 0; i < it->n_overlay_strings && i < OVERLAY_STRING_CHUNK_SIZE; ++i)
2545      {      {
2546        const char *s = SDATA (it->overlay_strings[i]);        const char *s = SDATA (it->overlay_strings[i]);
2547        const char *e = s + SBYTES (it->overlay_strings[i]);        const char *e = s + SBYTES (it->overlay_strings[i]);

Legend:
Removed from v.1.984  
changed lines
  Added in v.1.985

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26