Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2b815743
Commit
2b815743
authored
Dec 07, 2010
by
Jan Djärv
Browse files
* xsmfns.c (smc_die_CB): Call Fkill_emacs.
Fixes: debbugs:7552
parent
e49fb298
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/xsmfns.c
src/xsmfns.c
+4
-0
No files found.
src/ChangeLog
View file @
2b815743
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.
...
...
src/xsmfns.c
View file @
2b815743
...
...
@@ -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
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment