projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b694135
)
(make_process): Initialize pty_flag to 0.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 3 Dec 2007 00:41:15 +0000
(
00:41
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 3 Dec 2007 00:41:15 +0000
(
00:41
+0000)
src/ChangeLog
patch
|
blob
|
history
src/process.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 002c442b376c27aeea9bec0bcf65ae221aa92945..87f9894f488cd426e1f4b143c75beafa560dba31 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2007-12-02 Magnus Henoch <mange@freemail.hu>
+
+ * process.c (make_process): Initialize pty_flag to 0.
+
2007-12-02 Jason Rumney <jasonr@gnu.org>
* image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
diff --git
a/src/process.c
b/src/process.c
index 013aad401172316f243eec1ad432c4104deb0285..adf8af9670d9dd794343d0d9f786a471a3d6e5fc 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-626,6
+626,7
@@
make_process (name)
XSETFASTINT (p->tick, 0);
XSETFASTINT (p->update_tick, 0);
p->pid = 0;
+ p->pty_flag = 0;
p->raw_status_new = 0;
p->status = Qrun;
p->mark = Fmake_marker ();