MP:PROCESS-ENABLE did not return the process object.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-01-24 23:39:20 +01:00
parent 63393f7c40
commit 4e35a718e5

View file

@ -441,7 +441,7 @@ mp_process_enable(cl_object process)
}
mp_giveup_lock(process->process.exit_lock);
@(return (ok? Ct : Cnil))
@(return (ok? process : Cnil))
}
cl_object