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: Fri, 09 Aug 2002 13:29:12 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.775 emacs/src/xdisp.c:1.776
*** emacs/src/xdisp.c:1.775     Sat Aug  3 08:44:18 2002
--- emacs/src/xdisp.c   Fri Aug  9 13:29:11 2002
***************
*** 3869,3875 ****
         n += STRINGP (it->string) ? 0 : 1)
      {
        if (!get_next_display_element (it))
!       break;
        newline_found_p = it->what == IT_CHARACTER && it->c == '\n';
        set_iterator_to_next (it, 0);
      }
--- 3869,3875 ----
         n += STRINGP (it->string) ? 0 : 1)
      {
        if (!get_next_display_element (it))
!       return 0;
        newline_found_p = it->what == IT_CHARACTER && it->c == '\n';
        set_iterator_to_next (it, 0);
      }



reply via email to

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