/[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.774 by rms, Thu Jul 25 03:19:08 2002 UTC revision 1.775 by gerd, Sat Aug 3 12:44:18 2002 UTC
# Line 3876  forward_to_next_line_start (it, skipped_ Line 3876  forward_to_next_line_start (it, skipped_
3876    
3877    /* 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
3878       short-cut.  */       short-cut.  */
3879    if (n == MAX_NEWLINE_DISTANCE)    if (!newline_found_p)
3880      {      {
3881        int start = IT_CHARPOS (*it);        int start = IT_CHARPOS (*it);
3882        int limit = find_next_newline_no_quit (start, 1);        int limit = find_next_newline_no_quit (start, 1);

Legend:
Removed from v.1.774  
changed lines
  Added in v.1.775

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