1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* guile-test: Use (ice-9 and-let-star) instead of (ice-9

and-let*).
This commit is contained in:
Marius Vollmer 2001-02-08 18:50:50 +00:00
parent aa767bc58f
commit e11e60d635

View file

@ -81,7 +81,7 @@
(use-modules (test-suite lib) (use-modules (test-suite lib)
(ice-9 getopt-long) (ice-9 getopt-long)
(ice-9 and-let*)) (ice-9 and-let-star))
;;; Variables that will receive their actual values later. ;;; Variables that will receive their actual values later.