]> git.eshelyaron.com Git - emacs.git/commitdiff
* indent.c (Fvertical_motion): Fix == vs = typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:15:32 +0000 (09:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:15:32 +0000 (09:15 -0700)
src/ChangeLog
src/indent.c

index 4eac1d78db78ca5301759acf4d04d2e36f5e586d..68c0054114c9bde65463fb1b399f550d733a43d2 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * indent.c (Fvertical_motion): Fix == vs = typo.
+
 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
 
        * dispnew.c (syms_of_display) <redisplay-dont-pause>: Default
index e6629ef5811279e58c7942b28990b8b671cfdda9..a70b7971b961a22dc202851d7cb3c9487eba6861 100644 (file)
@@ -2041,7 +2041,7 @@ whether or not it is currently displayed in some window.  */)
                it_overshoot_count++;
            }
          if (!it_overshoot_count)
-           it_overshoot_count == -1;
+           it_overshoot_count = -1;
        }
       else
        it_overshoot_count =