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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/indent.c
Date: Fri, 19 Nov 2004 04:51:42 -0500

Index: emacs/src/indent.c
diff -c emacs/src/indent.c:1.169 emacs/src/indent.c:1.170
*** emacs/src/indent.c:1.169    Thu Nov 18 11:00:14 2004
--- emacs/src/indent.c  Fri Nov 19 09:44:14 2004
***************
*** 2084,2090 ****
  
        /* Move back if we got too far.  This may happen if
         truncate-lines is on and PT is beyond right margin.  */
!       if (IT_CHARPOS (it) > PT && XINT (lines) > 0)
        move_it_by_lines (&it, -1, 0);
  
        it.vpos = 0;
--- 2084,2090 ----
  
        /* Move back if we got too far.  This may happen if
         truncate-lines is on and PT is beyond right margin.  */
!       if (IT_CHARPOS (it) > PT && it.vpos > 0 && XINT (lines) > 0)
        move_it_by_lines (&it, -1, 0);
  
        it.vpos = 0;




reply via email to

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