[Mac-emacs-devel] Mac OS X Key Down/No Front Window Bug Fix
Brought to you by:
akochoi
From: Andrew C. <ak...@sh...> - 2002-08-04 19:37:13
|
This fixes the problem that Emacs crashes on Mac OS X when a key is hit and there is no front window. 2002-08-04 Andrew Choi <ak...@sh...> * macterm.c (XTread_socket): Check that FrontNonFloatingWindow returns a valid window pointer before proceeding for keyDown and autoKey events. |