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
2b4c15d8
Commit
2b4c15d8
authored
Aug 16, 2014
by
Paul Eggert
Browse files
* xdisp.c (set_horizontal_scroll_bar): Don't use uninitialized local.
parent
266821b0
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 @
2b4c15d8
2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
* xdisp.c (set_horizontal_scroll_bar): Don't use uninitialized local.
2014-08-16 Martin Rudalics <rudalics@gmx.at>
* w32term.c (w32_horizontal_scroll_bar_handle_click): In y part
...
...
src/xdisp.c
View file @
2b4c15d8
...
...
@@ -15830,7 +15830,7 @@ set_horizontal_scroll_bar (struct window *w)
set_buffer_internal (old_buffer);
}
else
start = end = whole = 0;
start = end = whole =
portion =
0;
w->hscroll_whole = whole;
...
...
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