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: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sat, 03 Aug 2002 08:44:18 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.774 emacs/src/xdisp.c:1.775
*** emacs/src/xdisp.c:1.774     Wed Jul 24 23:19:08 2002
--- emacs/src/xdisp.c   Sat Aug  3 08:44:18 2002
***************
*** 3876,3882 ****
  
    /* If we didn't find a newline near enough, see if we can use a
       short-cut.  */
!   if (n == MAX_NEWLINE_DISTANCE)
      {
        int start = IT_CHARPOS (*it);
        int limit = find_next_newline_no_quit (start, 1);
--- 3876,3882 ----
  
    /* If we didn't find a newline near enough, see if we can use a
       short-cut.  */
!   if (!newline_found_p)
      {
        int start = IT_CHARPOS (*it);
        int limit = find_next_newline_no_quit (start, 1);



reply via email to

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