diff options
| author | Eli Zaretskii | 2010-10-02 10:24:14 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-10-02 10:24:14 +0200 |
| commit | 383ebd154fe44e38f38937e8cff3c2abe3fab310 (patch) | |
| tree | b9cacfb7d94e2a14a4c078c8fee829e92fec77e8 /etc | |
| parent | 3226d6cacf15156b8760600be0c6b2aac4dac26d (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -150,7 +150,7 @@ get and set the SELinux context of a file. | |||
| 150 | for remote machines which support SELinux. | 150 | for 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 |
| 153 | and SIGHUP, and (except on MS-Windows) SIGINT in batch mode. | 153 | and 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 | ||