diff options
| author | Paul Eggert | 2011-03-18 18:02:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-18 18:02:49 -0700 |
| commit | 8e52e652078cbaa3588c3fe034e076773fee04ce (patch) | |
| tree | e57c6c94c32253dd6275f9ce8b740eeff31c6a99 /src/ChangeLog | |
| parent | 80e079b231d97294c2c0cbd00a8d0e68c9586d36 (diff) | |
| download | emacs-8e52e652078cbaa3588c3fe034e076773fee04ce.tar.gz emacs-8e52e652078cbaa3588c3fe034e076773fee04ce.zip | |
* composite.c (find_automatic_composition): Mark vars as initialized, with a FIXME.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca10b31305d..f856a24fbdd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | (composition_reseat_it): Remove unused locals. | 5 | (composition_reseat_it): Remove unused locals. |
| 6 | (find_automatic_composition, composition_adjust_point): Likewise. | 6 | (find_automatic_composition, composition_adjust_point): Likewise. |
| 7 | (composition_update_it): Mark var as initialized. | 7 | (composition_update_it): Mark var as initialized. |
| 8 | (find_automatic_composition): Mark vars as initialized, with a FIXME. | ||
| 8 | 9 | ||
| 9 | 2011-03-18 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2011-03-18 Paul Eggert <eggert@cs.ucla.edu> |
| 10 | 11 | ||