unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: gerd.moellmann@t-online.de (Gerd Moellmann)
Subject: Fix for RC
Date: 04 Aug 2002 14:22:32 +0200	[thread overview]
Message-ID: <86ptwyhkzb.fsf@gerd.free-bsd.org> (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);

             reply	other threads:[~2002-08-04 12:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-04 12:22 Gerd Moellmann [this message]
2002-08-05 16:24 ` Fix for RC Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86ptwyhkzb.fsf@gerd.free-bsd.org \
    --to=gerd.moellmann@t-online.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).