mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Revert incorrect merge
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-969
This commit is contained in:
parent
4e32073381
commit
fd41ad9836
2 changed files with 1 additions and 4 deletions
|
|
@ -1,8 +1,5 @@
|
|||
2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* process.c (make_process): Initialize pty_flag to Qnil instead of 0
|
||||
as it is not a bit field on Emacs 22 yet.
|
||||
|
||||
* xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
|
||||
|
||||
2007-12-22 Eli Zaretskii <eliz@gnu.org>
|
||||
|
|
|
|||
|
|
@ -631,7 +631,7 @@ make_process (name)
|
|||
p->tick = 0;
|
||||
p->update_tick = 0;
|
||||
p->pid = 0;
|
||||
p->pty_flag = Qnil;
|
||||
p->pty_flag = 0;
|
||||
p->raw_status_new = 0;
|
||||
p->status = Qrun;
|
||||
p->mark = Fmake_marker ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue