aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-06 11:08:19 +0400
committerDmitry Antipov2013-09-06 11:08:19 +0400
commit8bda01d3a53b0a002ccd096afbdc1150bb3d1d86 (patch)
tree2065fb85ad45d95a810b668e27c609f6798edd6f /src
parentbd0443bb8799b908cefd0b11c86db6115180850d (diff)
downloademacs-8bda01d3a53b0a002ccd096afbdc1150bb3d1d86.tar.gz
emacs-8bda01d3a53b0a002ccd096afbdc1150bb3d1d86.zip
Fix ChangeLog typo.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
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.