Add deprecated message to with-bucket.

This commit is contained in:
Thomas
2014-07-10 09:33:00 -07:00
parent e2f0e718eb
commit eb28ee2a96

View File

@@ -160,7 +160,8 @@
((with-bucket bucket (func p1 ...))
(func bucket p1 ...))
((with-bucket bucket exp body ...)
(begin (with-bucket bucket exp)
(begin (print "I am deprecated.")
(with-bucket bucket exp)
(with-bucket bucket body ...)))))
(define (list-buckets)