emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vertical-motion behavior change


From: Richard Stallman
Subject: Re: vertical-motion behavior change
Date: Mon, 06 Dec 2004 23:24:09 -0500

Does this change give correct results?

*** indent.c    23 Nov 2004 11:44:50 -0500      1.172
--- indent.c    06 Dec 2004 16:09:41 -0500      
***************
*** 2092,2099 ****
        move_it_by_lines (&it, -1, 0);
  
        it.vpos = 0;
!       if (XINT (lines) != 0)
!       move_it_by_lines (&it, XINT (lines), 0);
  
        SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));
      }
--- 2092,2098 ----
        move_it_by_lines (&it, -1, 0);
  
        it.vpos = 0;
!       move_it_by_lines (&it, XINT (lines), 0);
  
        SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));
      }




reply via email to

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