aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-11-16 00:53:41 +0000
committerKenichi Handa2000-11-16 00:53:41 +0000
commit2cca872d5e306f5fa9141979b38fa681dab1f969 (patch)
tree6f9b94956aa95c178eea28ccf9743aaa1c9d573e /src/ChangeLog
parent981fb6f63739c287387c2653fac3ab5a7cc8fc67 (diff)
downloademacs-2cca872d5e306f5fa9141979b38fa681dab1f969.tar.gz
emacs-2cca872d5e306f5fa9141979b38fa681dab1f969.zip
(null_row): New gloval static variable.
(clear_glyph_row): Delete local static variable null_row.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b88775bd719..836765a1064 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
12000-11-16 Kenichi Handa <handa@etl.go.jp> 12000-11-16 Kenichi Handa <handa@etl.go.jp>
2 2
3 * dispnew.c (null_row): New gloval static variable. 3 * dispnew.c (null_row): New global static variable.
4 (clear_glyph_row): Delete local static variable null_row. 4 (clear_glyph_row): Delete local static variable null_row.
5 5
62000-11-15 Jason Rumney <jasonr@gnu.org> 62000-11-15 Jason Rumney <jasonr@gnu.org>