[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/nt/cmdproxy.c,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/nt/cmdproxy.c,v |
Date: |
Fri, 27 Jun 2008 07:35:13 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/06/27 07:34:54
Index: nt/cmdproxy.c
===================================================================
RCS file: /sources/emacs/emacs/nt/cmdproxy.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- nt/cmdproxy.c 9 May 2008 05:14:14 -0000 1.21
+++ nt/cmdproxy.c 27 Jun 2008 07:34:50 -0000 1.22
@@ -341,7 +341,7 @@
case CTRL_BREAK_EVENT:
if (!interactive)
{
- /* Both command.com and cmd.exe have the annoying behaviour of
+ /* Both command.com and cmd.exe have the annoying behavior of
prompting "Terminate batch job (y/n)?" when interrupted
while running a batch file, even if running in
non-interactive (-c) mode. Try to make up for this
- [Emacs-diffs] Changes to emacs/nt/cmdproxy.c,v,
Glenn Morris <=