* 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 4eac1d7..68c0054 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 e6629ef..a70b797 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 =