diff options
| author | Paul Eggert | 2011-09-18 02:01:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-18 02:01:39 -0700 |
| commit | 87e4427a0dd07f0a8c0a56f84652d6bedf13088d (patch) | |
| tree | 7a250ff9ec223132d6f34f63e2fd9b856d4f0353 /src/ChangeLog | |
| parent | e5e9d610c9b435b9053bec512957c872b8fc031c (diff) | |
| download | emacs-87e4427a0dd07f0a8c0a56f84652d6bedf13088d.tar.gz emacs-87e4427a0dd07f0a8c0a56f84652d6bedf13088d.zip | |
Fix minor problem found by static checking.
* xdisp.c (reseat_at_next_visible_line_start): Mark locals as
initialized, to pacify gcc -Wuninitialized.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 282275ffa06..5f4b3a9e7a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-09-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-09-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix minor problem found by static checking. | ||
| 4 | * xdisp.c (reseat_at_next_visible_line_start): Mark locals as | ||
| 5 | initialized, to pacify gcc -Wuninitialized. | ||
| 6 | |||
| 3 | * fileio.c: Report proper errno when syscall falls. | 7 | * fileio.c: Report proper errno when syscall falls. |
| 4 | (Finsert_file_contents): Save and restore errno, | 8 | (Finsert_file_contents): Save and restore errno, |
| 5 | so that report_file_error outputs the correct diagnostic. | 9 | so that report_file_error outputs the correct diagnostic. |