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,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/indent.c,v
Date: Sun, 08 Apr 2007 23:59:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/08 23:59:19

Index: indent.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/indent.c,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -b -r1.191 -r1.192
--- indent.c    24 Mar 2007 15:58:17 -0000      1.191
+++ indent.c    8 Apr 2007 23:59:19 -0000       1.192
@@ -951,7 +951,6 @@
   pos = PT;
   pos_byte = PT_BYTE;
   end = ZV;
-  next_boundary = pos;
 
   /* If we're starting past the desired column,
      back up to beginning of line and scan from there.  */
@@ -963,6 +962,8 @@
       col = 0;
     }
 
+  next_boundary = pos;
+
   while (pos < end)
     {
       while (pos == next_boundary)




reply via email to

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