[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/process.c,v [EMACS_22_BASE]
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/src/process.c,v [EMACS_22_BASE] |
Date: |
Fri, 15 Aug 2008 20:06:44 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Chong Yidong <cyd> 08/08/15 20:06:44
Index: process.c
===================================================================
RCS file: /sources/emacs/emacs/src/process.c,v
retrieving revision 1.512.2.13
retrieving revision 1.512.2.14
diff -u -b -r1.512.2.13 -r1.512.2.14
--- process.c 17 Jul 2008 09:06:58 -0000 1.512.2.13
+++ process.c 15 Aug 2008 20:06:44 -0000 1.512.2.14
@@ -630,6 +630,7 @@
p->raw_status_new = 0;
p->status = Qrun;
p->mark = Fmake_marker ();
+ p->kill_without_query = Qnil;
#ifdef ADAPTIVE_READ_BUFFERING
p->adaptive_read_buffering = Qnil;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/process.c,v [EMACS_22_BASE],
Chong Yidong <=