diff options
| author | Dmitry Antipov | 2013-09-06 11:08:19 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-06 11:08:19 +0400 |
| commit | 8bda01d3a53b0a002ccd096afbdc1150bb3d1d86 (patch) | |
| tree | 2065fb85ad45d95a810b668e27c609f6798edd6f /src/ChangeLog | |
| parent | bd0443bb8799b908cefd0b11c86db6115180850d (diff) | |
| download | emacs-8bda01d3a53b0a002ccd096afbdc1150bb3d1d86.tar.gz emacs-8bda01d3a53b0a002ccd096afbdc1150bb3d1d86.zip | |
Fix ChangeLog typo.
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 00cde7461c4..e7ac61b4fb4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | * dispextern.h (fonts_changed_p, adjust_glyphs): Remove declaration. | 5 | * dispextern.h (fonts_changed_p, adjust_glyphs): Remove declaration. |
| 6 | (adjust_frame_glyphs): Add prototype. | 6 | (adjust_frame_glyphs): Add prototype. |
| 7 | * dispnew.c (fonts_changed_p): Remove. | 7 | * dispnew.c (fonts_changed_p): Remove. |
| 8 | (adjust_glyphs): Remove becase we do not | 8 | (adjust_glyphs): Remove because we do not |
| 9 | adjust matrices on all frames at once any more. | 9 | adjust matrices on all frames at once any more. |
| 10 | (adjust_frame_glyphs): Block and unblock input here. | 10 | (adjust_frame_glyphs): Block and unblock input here. |
| 11 | (adjust_glyph_matrix): Use fonts_changed. | 11 | (adjust_glyph_matrix): Use fonts_changed. |