/[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.671.4.25 by handa, Tue Jul 23 04:50:12 2002 UTC revision 1.671.4.26 by rms, Mon Aug 5 16:38:55 2002 UTC
# Line 3833  forward_to_next_line_start (it, skipped_ Line 3833  forward_to_next_line_start (it, skipped_
3833    
3834    /* If we didn't find a newline near enough, see if we can use a    /* If we didn't find a newline near enough, see if we can use a
3835       short-cut.  */       short-cut.  */
3836    if (n == MAX_NEWLINE_DISTANCE)    if (!newline_found_p)
3837      {      {
3838        int start = IT_CHARPOS (*it);        int start = IT_CHARPOS (*it);
3839        int limit = find_next_newline_no_quit (start, 1);        int limit = find_next_newline_no_quit (start, 1);

Legend:
Removed from v.1.671.4.25  
changed lines
  Added in v.1.671.4.26

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