diff options
| author | Paul Eggert | 2011-03-18 19:42:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-18 19:42:49 -0700 |
| commit | 11b61122218efde0ffa175c2635f99570a62d1e3 (patch) | |
| tree | cc6921abad686c4fb4e28bbd03a78d90cea5e37b /src | |
| parent | 8e52e652078cbaa3588c3fe034e076773fee04ce (diff) | |
| download | emacs-11b61122218efde0ffa175c2635f99570a62d1e3.tar.gz emacs-11b61122218efde0ffa175c2635f99570a62d1e3.zip | |
Add Bug#.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f856a24fbdd..70f3daa10d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,7 +5,8 @@ | |||
| 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 | (find_automatic_composition): Mark vars as initialized, |
| 9 | with a FIXME (Bug#8290). | ||
| 9 | 10 | ||
| 10 | 2011-03-18 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2011-03-18 Paul Eggert <eggert@cs.ucla.edu> |
| 11 | 12 | ||