Mercurial > emacs
changeset 100571:ebc59d34e84a
* process.c: (Flist_system_processes):
(Fsystem_process_attributes): Fix strange CVS problem, return the
correct value.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 19 Dec 2008 22:19:49 +0000 |
parents | 496de5bd1f6d |
children | 7d5b97314a0a |
files | src/process.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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