From 900d51fcdab4ee458f2389cc5e97cd0f154c5f9a Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 19 Dec 2008 22:53:15 +0000 Subject: [PATCH] * process.c: (Flist_system_processes): (Fsystem_process_attributes): Undo previous change, these functions are duplicated for the benefit of #ifndef subprocesses. --- src/process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/process.c b/src/process.c index 84d2f102113..4172ffe1f50 100644 --- a/src/process.c +++ b/src/process.c @@ -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 -- 2.39.2