emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/indent.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/indent.c
Date: Sun, 12 Dec 2004 17:49:42 -0500

Index: emacs/src/indent.c
diff -c emacs/src/indent.c:1.172 emacs/src/indent.c:1.173
*** emacs/src/indent.c:1.172    Tue Nov 23 05:19:17 2004
--- emacs/src/indent.c  Sun Dec 12 18:16:53 2004
***************
*** 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,2100 ----
        move_it_by_lines (&it, -1, 0);
  
        it.vpos = 0;
!       /* Do this even if LINES is 0, so that we move back
!        to the beginning of the current line as we ought.  */
!       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]