unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Fix for RC
@ 2002-08-04 12:22 Gerd Moellmann
  2002-08-05 16:24 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Gerd Moellmann @ 2002-08-04 12:22 UTC (permalink / raw)


The fix below should probably also go into RC, if the branch is still
in use.  Could someone please install it, if necessary?

2002-08-03  Gerd Moellmann  <gerd.moellmann@t-online.de>

	* xdisp.c (forward_to_next_line_start): Fix a condition that
	lead to a newline being skipped.

Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.774
retrieving revision 1.775
diff -c -r1.774 -r1.775
*** xdisp.c	25 Jul 2002 03:19:08 -0000	1.774
--- xdisp.c	3 Aug 2002 12:44:18 -0000	1.775
***************
*** 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);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix for RC
  2002-08-04 12:22 Fix for RC Gerd Moellmann
@ 2002-08-05 16:24 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-08-05 16:24 UTC (permalink / raw)
  Cc: emacs-devel

I will put this in RC.  Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-05 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-04 12:22 Fix for RC Gerd Moellmann
2002-08-05 16:24 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).