aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-18 12:02:37 +0000
committerGerd Moellmann2000-12-18 12:02:37 +0000
commit62be99799b992f49e0fb9b952843dbc0e076d8e7 (patch)
tree6de43a6282f0cc732ffef1622eebb926adc8403a /src/ChangeLog
parent5f7a18903e92294a624a9ad34abdeb75cc2feace (diff)
downloademacs-62be99799b992f49e0fb9b952843dbc0e076d8e7.tar.gz
emacs-62be99799b992f49e0fb9b952843dbc0e076d8e7.zip
(init_iterator): If noninteractive, and the frame's
face cache is null, make one.
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 882f3046815..8855068d4a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-12-18 Gerd Moellmann <gerd@gnu.org> 12000-12-18 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (init_iterator): If noninteractive, and the frame's
4 face cache is null, make one.
5
3 * xfns.c (show_busy_cursor): Check for live frames more 6 * xfns.c (show_busy_cursor): Check for live frames more
4 thoroughly. 7 thoroughly.
5 8