~ chicken-core (chicken-5) 4337b3c96352718b77860e75635d88419426a49a


commit 4337b3c96352718b77860e75635d88419426a49a
Author:     felix <felix@y.(none)>
AuthorDate: Thu Apr 1 00:21:32 2010 +0200
Commit:     felix <felix@y.(none)>
CommitDate: Thu Apr 1 00:21:32 2010 +0200

    setup-api exports find-program

diff --git a/setup-api.scm b/setup-api.scm
index 7589bd24..516cd093 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -61,7 +61,7 @@
      remove-directory
      remove-extension
      read-info
-     register-program
+     register-program find-program
      shellpath)
   
   (import scheme chicken foreign
Trap