Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
10cbc34f
Commit
10cbc34f
authored
Feb 29, 2008
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(get_overlay_strings_1): Fix typo.
parent
edd81bc8
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/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
10cbc34f
2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
* xdisp.c (get_overlay_strings_1): Fix typo.
2008-02-29 Chong Yidong <cyd@stupidchicken.com>
* xdisp.c (get_overlay_strings_1): Add missing argument type.
...
...
src/xdisp.c
View file @
10cbc34f
...
...
@@ -5091,7 +5091,7 @@ static int
get_overlay_strings_1 (it, charpos, compute_stop_p)
struct it *it;
int charpos;
int compute_stop_p
int compute_stop_p
;
{
/* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to
process. This fills IT->overlay_strings with strings, and sets
...
...
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