aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPavel Janík2001-12-18 16:16:14 +0000
committerPavel Janík2001-12-18 16:16:14 +0000
commit7c75be3651fd90d159d12c6d7871e0cc6e94a522 (patch)
treecc97e541df2b55a9e0232b6aeac0721ed243841c /src/ChangeLog
parent3e16e035c5fad0eab8ee2b84ee175bcc16b46736 (diff)
downloademacs-7c75be3651fd90d159d12c6d7871e0cc6e94a522.tar.gz
emacs-7c75be3651fd90d159d12c6d7871e0cc6e94a522.zip
(window_box_height): Do not return negative values.
From Gerd Moellmann <gerd@gnu.org>.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cfb151d0f99..e001f967382 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * xdisp.c (window_box_height): Do not return negative values.
4 From Gerd Moellmann <gerd@gnu.org>.
5
3 * keyboard.c (head_table): Add missing braces around initializer. 6 * keyboard.c (head_table): Add missing braces around initializer.
4 7
5 * term.c (keys): Likewise. 8 * term.c (keys): Likewise.