From 1260aef1aea35be161846b0411aa387ade44e35f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 24 Sep 2011 09:15:32 -0700 Subject: [PATCH] * indent.c (Fvertical_motion): Fix == vs = typo. --- src/ChangeLog | 4 ++++ src/indent.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4eac1d78db7..68c0054114c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-09-24 Paul Eggert + + * indent.c (Fvertical_motion): Fix == vs = typo. + 2011-09-24 Eli Zaretskii * dispnew.c (syms_of_display) : Default diff --git a/src/indent.c b/src/indent.c index e6629ef5811..a70b7971b96 100644 --- a/src/indent.c +++ b/src/indent.c @@ -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 = -- 2.39.5