]> git.eshelyaron.com Git - emacs.git/commit
Avoid two crashes involving windows on dead frames.
authorChong Yidong <cyd@gnu.org>
Thu, 19 Jul 2012 03:33:08 +0000 (11:33 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 19 Jul 2012 03:33:08 +0000 (11:33 +0800)
commit23dc774492e25ee2191ffa4ee966216649dddbc1
tree554c009913bb81c7b6aba1da2accf2597bde93d1
parente32a12b5ec3af62d3a152f5924128b34fbb85c99
Avoid two crashes involving windows on dead frames.

* window.c (Fwindow_absolute_pixel_edges)
(Fdelete_other_windows_internal): Signal an error if the window is
on a dead frame.

Fixes: debbugs:11984
src/ChangeLog
src/window.c