aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-18 02:01:39 -0700
committerPaul Eggert2011-09-18 02:01:39 -0700
commit87e4427a0dd07f0a8c0a56f84652d6bedf13088d (patch)
tree7a250ff9ec223132d6f34f63e2fd9b856d4f0353 /src/ChangeLog
parente5e9d610c9b435b9053bec512957c872b8fc031c (diff)
downloademacs-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/ChangeLog4
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 @@
12011-09-18 Paul Eggert <eggert@cs.ucla.edu> 12011-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.