# HG changeset patch # User Dan Nicolaescu # Date 1229725189 0 # Node ID ebc59d34e84a39c1e1e1059fc69c522668b64237 # Parent 496de5bd1f6d238fd2e745e6bc0ad2aa5f402f5d * process.c: (Flist_system_processes): (Fsystem_process_attributes): Fix strange CVS problem, return the correct value. diff -r 496de5bd1f6d -r ebc59d34e84a src/process.c --- a/src/process.c Fri Dec 19 21:53:25 2008 +0000 +++ b/src/process.c Fri Dec 19 22:19:49 2008 +0000 @@ -7795,7 +7795,7 @@ given its ID. */) () { - return Qnil; + return list_system_processes (); } DEFUN ("system-process-attributes", Fsystem_process_attributes, @@ -7851,7 +7851,7 @@ Lisp_Object pid; { - return Qnil; + return system_process_attributes (pid); } void