From: Dan Nicolaescu Date: Fri, 19 Dec 2008 22:19:49 +0000 (+0000) Subject: * process.c: (Flist_system_processes): X-Git-Tag: emacs-pretest-23.0.90~970 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d7de9fb39bafb8a6de8c4c0f994d967fe321403;p=emacs.git * process.c: (Flist_system_processes): (Fsystem_process_attributes): Fix strange CVS problem, return the correct value. --- diff --git a/src/process.c b/src/process.c index 4172ffe1f50..84d2f102113 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 Qnil; + return list_system_processes (); } DEFUN ("system-process-attributes", Fsystem_process_attributes, @@ -7851,7 +7851,7 @@ integer or floating point values. Lisp_Object pid; { - return Qnil; + return system_process_attributes (pid); } void