diff options
| author | Dmitry Antipov | 2012-10-16 11:56:44 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-10-16 11:56:44 +0400 |
| commit | 12fbe7552ce1614d54728736ea11a75fc5e0761f (patch) | |
| tree | d507cc09a104c185eb43cf5a924bff2e4b6f8b86 /src/ChangeLog | |
| parent | 61655b89f454597079c7f1ddf680d654c2c5f4e8 (diff) | |
| download | emacs-12fbe7552ce1614d54728736ea11a75fc5e0761f.tar.gz emacs-12fbe7552ce1614d54728736ea11a75fc5e0761f.zip | |
* alloc.c (Fmake_byte_code): Fix typo in comment.
* print.c (print_interval): Define as static to match prototype.
* indent.c (disptab_matches_widthtab, recompute_width_table):
Convert to eassert.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 26bd1925a5f..3c62dffc3e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * alloc.c (Fmake_byte_code): Fix typo in comment. | ||
| 4 | * print.c (print_interval): Define as static to match prototype. | ||
| 5 | * indent.c (disptab_matches_widthtab, recompute_width_table): | ||
| 6 | Convert to eassert. | ||
| 7 | |||
| 8 | 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 9 | |||
| 3 | * editfns.c (get_system_name): Remove. | 10 | * editfns.c (get_system_name): Remove. |
| 4 | * lisp.h (get_system_name): Remove prototype. | 11 | * lisp.h (get_system_name): Remove prototype. |
| 5 | * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes. | 12 | * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes. |