aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-01 11:59:42 +0000
committerGerd Moellmann2001-08-01 11:59:42 +0000
commit308a74d8bdbc608748114c5fa35b2bc1f13a663d (patch)
tree7f91c860821c1999c65d0b34c9077113e3fbdfcf /src/ChangeLog
parentaf42d485b476c420b985977345196faaa0dbebc5 (diff)
downloademacs-308a74d8bdbc608748114c5fa35b2bc1f13a663d.tar.gz
emacs-308a74d8bdbc608748114c5fa35b2bc1f13a663d.zip
(resize_echo_area_exactly): Fix typo in function name.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 11c70d99957..0fa5c980ad1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12001-08-01 Gerd Moellmann <gerd@gnu.org> 12001-08-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (command_loop_1): Fix spelling of
4 resize_echo_area_exactly.
5
6 * dispextern.h (resize_echo_area_exactly): Fix typo in function
7 name.
8
9 * xdisp.c (resize_echo_area_exactly): Fix typo in function name.
10
3 * xfns.c (x_set_tool_bar_lines): Clear the tool bar window's 11 * xfns.c (x_set_tool_bar_lines): Clear the tool bar window's
4 current matrix when the window gets smaller. 12 current matrix when the window gets smaller.
5 13