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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/indent.c
Date: Thu, 28 Feb 2002 20:42:20 -0500

Index: emacs/src/indent.c
diff -c emacs/src/indent.c:1.145 emacs/src/indent.c:1.146
*** emacs/src/indent.c:1.145    Mon Nov 19 01:25:33 2001
--- emacs/src/indent.c  Sat Dec  8 19:57:28 2001
***************
*** 1262,1268 ****
          int newpos;
  
          /* Don't skip invisible if we are already at the margin.  */
!         if (vpos > tovpos || vpos == tovpos && hpos >= tohpos)
            {
              if (contin_hpos && prev_hpos == 0
                  && hpos > tohpos
--- 1262,1268 ----
          int newpos;
  
          /* Don't skip invisible if we are already at the margin.  */
!         if (vpos > tovpos || (vpos == tovpos && hpos >= tohpos))
            {
              if (contin_hpos && prev_hpos == 0
                  && hpos > tohpos
***************
*** 1444,1450 ****
          break;
        }
  
!       if (vpos > tovpos || vpos == tovpos && hpos >= tohpos)
        {
          if (contin_hpos && prev_hpos == 0
              && hpos > tohpos
--- 1444,1450 ----
          break;
        }
  
!       if (vpos > tovpos || (vpos == tovpos && hpos >= tohpos))
        {
          if (contin_hpos && prev_hpos == 0
              && hpos > tohpos



reply via email to

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