Mercurial > emacs
diff src/process.c @ 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 | dcc7f5970d5c |
| children | 29b9d06ea622 |
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
