diff src/ChangeLog @ 110696:54ddd26c5a6c

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.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Oct 2010 10:24:14 +0200
parents 515d80e174ba
children 9dcb17ed6ae2
line wrap: on
line diff
--- a/src/ChangeLog	Fri Oct 01 19:46:13 2010 -0700
+++ b/src/ChangeLog	Sat Oct 02 10:24:14 2010 +0200
@@ -1,3 +1,8 @@
+2010-10-02  Eli Zaretskii  <eliz@gnu.org>
+
+	* emacs.c (main): Remove !WINDOWSNT conditional.
+	(Fkill_emacs): Don't mention exemption on MS-Windows.
+
 2010-10-02  Glenn Morris  <rgm@gnu.org>
 
 	* character.c (Fchar_bytes): Remove obsolete function.