Lennart Borgman <[EMAIL PROTECTED]> writes: > Where is the code that discovers that WM_CLOSE has been sent to the > last frame and that Emacs should be killed?
WM_CLOSE is received in w32fns.c and passed on to lisp in w32term.c, the same as most other windows messages. But I think you will find that the system does not send a WM_CLOSE in these circumstances, because that would trigger the exit hooks if it was the case. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
