Mercurial > emacs
diff src/ChangeLog @ 103473:ae2d84ad6135
(redisplay_internal): Check that the frame is still
live after redisplay of its windows.
(redisplay_windows): Check that the window is still live.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Thu, 18 Jun 2009 09:49:05 +0000 |
parents | 38c39782826d |
children | eced877f64ad |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jun 18 07:21:49 2009 +0000 +++ b/src/ChangeLog Thu Jun 18 09:49:05 2009 +0000 @@ -1,3 +1,9 @@ +2009-06-18 Andreas Schwab <aschwab@redhat.com> + + * xdisp.c (redisplay_internal): Check that the frame is still + live after redisplay of its windows. + (redisplay_windows): Check that the window is still live. + 2009-06-17 Andreas Schwab <schwab@linux-m68k.org> * coding.c (detect_coding_utf_16): Fix previous change.