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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/indent.c,v
Date: Mon, 08 Sep 2008 05:46:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/09/08 05:46:36

Index: indent.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/indent.c,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -b -r1.214 -r1.215
--- indent.c    2 Sep 2008 17:28:59 -0000       1.214
+++ indent.c    8 Sep 2008 05:46:36 -0000       1.215
@@ -2070,7 +2070,7 @@
        {
          if (it.cmp_it.id >= 0)
            it_overshoot_expected = 1;
-         if (it.method == GET_FROM_STRING)
+         else if (it.method == GET_FROM_STRING)
            {
              const char *s = SDATA (it.string);
              const char *e = s + SBYTES (it.string);




reply via email to

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