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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/indent.c
Date: Thu, 25 Apr 2002 08:13:59 -0400

Index: emacs/src/indent.c
diff -c emacs/src/indent.c:1.150 emacs/src/indent.c:1.151
*** emacs/src/indent.c:1.150    Thu Apr 25 06:39:29 2002
--- emacs/src/indent.c  Thu Apr 25 08:13:58 2002
***************
*** 2026,2032 ****
       end position is really at some X > 0, the same X that PT had.  */
    move_it_by_lines (&it, 0, 0);
  
!   if (XINT (lines) !+ 0)
      move_it_by_lines (&it, XINT (lines), 0);
    
    SET_PT_BOTH (IT_CHARPOS (it), IT_BYTEPOS (it));
--- 2026,2032 ----
       end position is really at some X > 0, the same X that PT had.  */
    move_it_by_lines (&it, 0, 0);
  
!   if (XINT (lines) != 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]