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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/indent.c,v
Date: Fri, 28 Mar 2008 17:24:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/03/28 17:24:52

Index: indent.c
===================================================================
RCS file: /sources/emacs/emacs/src/indent.c,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -b -r1.204 -r1.205
--- indent.c    26 Mar 2008 20:46:47 -0000      1.204
+++ indent.c    28 Mar 2008 17:24:50 -0000      1.205
@@ -1038,10 +1038,11 @@
      and scan through it again.  */
   if (!NILP (force) && col > goal)
     {
+      int c;
       EMACS_INT pos_byte = PT_BYTE;
-      DEC_POS (pos_byte);
-      int c = FETCH_CHAR (pos_byte);
 
+      DEC_POS (pos_byte);
+      c = FETCH_CHAR (pos_byte);
       if (c == '\t' && prev_col < goal)
        {
          EMACS_INT goal_pt, goal_pt_byte;




reply via email to

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