Unify the two branches, with and without subprocesses.

process.c: Reshuffle #include's.  Condition some of the global
 and static variables on `subprocesses'.
 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
 Leave only one implementation.
 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
 (kill_buffer_processes, Flist_system_processes)
 (Fprocess_attributes, init_process, syms_of_process): Unify the
 implementations for with subprocesses and without them.
This commit is contained in:
Eli Zaretskii 2010-07-10 16:26:44 +03:00
parent ca1bb391de
commit f388c88aec
2 changed files with 409 additions and 612 deletions

View file

@ -1,3 +1,14 @@
2010-07-10 Eli Zaretskii <eliz@gnu.org>
* process.c: Reshuffle #include's. Condition some of the global
and static variables on `subprocesses'.
(hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
Leave only one implementation.
(Fget_buffer_process, Fprocess_inherit_coding_system_flag)
(kill_buffer_processes, Flist_system_processes)
(Fprocess_attributes, init_process, syms_of_process): Unify the
implementations for with subprocesses and without them.
2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
* xmenu.c (set_frame_menubar): Must realize menubar_widget to get the

File diff suppressed because it is too large Load diff