diff options
| author | Paul Eggert | 2011-04-16 14:20:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 14:20:25 -0700 |
| commit | 5a9c1e26a73394d076607fa027b8d7848231c2f8 (patch) | |
| tree | 131e7fc2ac8954a7e6159611807595f22935752c /lib-src/ChangeLog | |
| parent | cd52b2441e95f407c0332534ae1997023fe62461 (diff) | |
| download | emacs-5a9c1e26a73394d076607fa027b8d7848231c2f8.tar.gz emacs-5a9c1e26a73394d076607fa027b8d7848231c2f8.zip | |
* movemail.c (mail_spool_name): Protoize.
(main): Remove unused var. Mark var as initialized.
Move locals to avoid shadowing, and use time_t for times.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2e3c62d414e..456e286503b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * movemail.c (mail_spool_name): Protoize. | ||
| 4 | (main): Remove unused var. Mark var as initialized. | ||
| 5 | Move locals to avoid shadowing, and use time_t for times. | ||
| 6 | |||
| 3 | * fakemail.c (xmalloc, xreallc): Use standard C prototypes | 7 | * fakemail.c (xmalloc, xreallc): Use standard C prototypes |
| 4 | with void *. This avoids warnings about pointer casts. | 8 | with void *. This avoids warnings about pointer casts. |
| 5 | 9 | ||