Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1260aef1
Commit
1260aef1
authored
Sep 24, 2011
by
Paul Eggert
Browse files
* indent.c (Fvertical_motion): Fix == vs = typo.
parent
6bf7006f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/indent.c
src/indent.c
+1
-1
No files found.
src/ChangeLog
View file @
1260aef1
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
...
...
src/indent.c
View file @
1260aef1
...
...
@@ -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 =
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment