* xsmfns.c (smc_die_CB): Call Fkill_emacs.
Fixes: debbugs:7552
This commit is contained in:
parent
e49fb298b8
commit
2b815743b2
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-12-07 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
|
||||
|
||||
2010-12-06 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* dispextern.h (struct it): New member overlay_strings_charpos.
|
||||
|
|
|
@ -298,6 +298,10 @@ smc_die_CB (smcConn, clientData)
|
|||
SmcConn smcConn;
|
||||
SmPointer clientData;
|
||||
{
|
||||
/* This may behave badly if desktop.el tries to ask questions. */
|
||||
Fkill_emacs (Qnil);
|
||||
|
||||
/* This will not be reached, but we want kill-emacs-hook to be run. */
|
||||
SmcCloseConnection (smcConn, 0, 0);
|
||||
ice_connection_closed ();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue