Mercurial > emacs
changeset 100573:29b9d06ea622
* process.c: (Flist_system_processes):
(Fsystem_process_attributes): Undo previous change, these functions
are duplicated for the benefit of #ifndef subprocesses.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 19 Dec 2008 22:53:15 +0000 |
parents | 7d5b97314a0a |
children | 6b3d372af944 |
files | src/process.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Fri Dec 19 22:24:58 2008 +0000 +++ b/src/process.c Fri Dec 19 22:53:15 2008 +0000 @@ -7795,7 +7795,7 @@ given its ID. */) () { - return list_system_processes (); + return Qnil; } DEFUN ("system-process-attributes", Fsystem_process_attributes, @@ -7851,7 +7851,7 @@ Lisp_Object pid; { - return system_process_attributes (pid); + return Qnil; } void