aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-02 10:24:14 +0200
committerEli Zaretskii2010-10-02 10:24:14 +0200
commit383ebd154fe44e38f38937e8cff3c2abe3fab310 (patch)
treeb9cacfb7d94e2a14a4c078c8fee829e92fec77e8 /etc
parent3226d6cacf15156b8760600be0c6b2aac4dac26d (diff)
downloademacs-383ebd154fe44e38f38937e8cff3c2abe3fab310.tar.gz
emacs-383ebd154fe44e38f38937e8cff3c2abe3fab310.zip
Invoke kill-emacs on SIGINT on Windows as well.
src/emacs.c (main): Remove !WINDOWSNT conditional. (Fkill_emacs): Don't mention exemption on MS-Windows. etc/NEWS: Fix the news entry regarding SIGINT in batch mode.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ce38a796773..62132847efc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -150,7 +150,7 @@ get and set the SELinux context of a file.
150for remote machines which support SELinux. 150for remote machines which support SELinux.
151 151
152** The function kill-emacs is now run upon receipt of the signals SIGTERM 152** The function kill-emacs is now run upon receipt of the signals SIGTERM
153and SIGHUP, and (except on MS-Windows) SIGINT in batch mode. 153and SIGHUP, and upon SIGINT in batch mode.
154 154
155** kill-emacs-hook is now also run in batch mode. 155** kill-emacs-hook is now also run in batch mode.
156 156