diff options
| author | Paul Eggert | 2011-07-08 23:39:37 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-08 23:39:37 -0700 |
| commit | 3d29b229d84660757079cfa0e1460bb8b6dc86da (patch) | |
| tree | aabca5647062ea766dde685fd95919317885db90 /src/ChangeLog | |
| parent | 5a9c433211c15e2538086321057ea04da8d6f9b9 (diff) | |
| download | emacs-3d29b229d84660757079cfa0e1460bb8b6dc86da.tar.gz emacs-3d29b229d84660757079cfa0e1460bb8b6dc86da.zip | |
Add Bug#.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a71a48f3a81..83452143fff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix minor problems found by static checking. | 3 | Fix minor problems found by static checking (Bug#9031). |
| 4 | * chartab.c (char_table_set_range, map_sub_char_table) | 4 | * chartab.c (char_table_set_range, map_sub_char_table) |
| 5 | (uniprop_table_uncompress): Remove unused locals. | 5 | (uniprop_table_uncompress): Remove unused locals. |
| 6 | (uniprop_table): Now static. | 6 | (uniprop_table): Now static. |