1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 10:40:21 +02:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2001-05-18 17:30:58 +00:00
parent f8a502cb72
commit d28690d78a

View file

@ -1,5 +1,12 @@
2001-05-18 Thien-Thi Nguyen <ttn@revel.glug.org>
* boot-9.scm: (resolve-interface, use-srfis): Small
cleanup; nfc.
(process-define-module): Internal proc `unrecognized'
now accepts arg; update callers.
Reverse order of interfaces added to module to be
consistent with that specified in `define-module' form.
* session.scm: (help): Use `provided?' instead of `feature?'.
Factor "TYPE not found for X" output into internal proc.
Support `(quote SYMBOL)'; call `search-documentation-files'.