[[project @ 1997-01-31 04:37:02 by ghouston] ghouston**19970131043703 Ignore-this: 39cfd39047671581cce729dd3f290f84 * init.scm: use use-modules instead of define-module to access slib. ] hunk ./ChangeLog 1 +Fri Jan 31 04:36:42 1997 Gary Houston + + * init.scm: use use-modules instead of define-module to access slib. + hunk ./init.scm 24 -(define-module (guile) :use-module (ice-9 slib)) +(use-modules (ice-9 slib))