* process.c: (Flist_system_processes):
(Fsystem_process_attributes): Undo previous change, these functions are duplicated for the benefit of #ifndef subprocesses.
This commit is contained in:
parent
9dcbe89bff
commit
900d51fcda
1 changed files with 2 additions and 2 deletions
|
|
@ -7795,7 +7795,7 @@ See `system-process-attributes' for getting attributes of a process
|
|||
given its ID. */)
|
||||
()
|
||||
{
|
||||
return list_system_processes ();
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
DEFUN ("system-process-attributes", Fsystem_process_attributes,
|
||||
|
|
@ -7851,7 +7851,7 @@ integer or floating point values.
|
|||
|
||||
Lisp_Object pid;
|
||||
{
|
||||
return system_process_attributes (pid);
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue