fix begin-deprecated
authorAndy Wingo <wingo@pobox.com>
Mon, 9 Mar 2009 21:01:27 +0000 (22:01 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 21 Apr 2009 21:03:00 +0000 (23:03 +0200)
* module/ice-9/boot-9.scm (begin-deprecated): Fix to output source code,
  doh.

module/ice-9/boot-9.scm

index 0f57e7f..d36d33b 100644 (file)
 (defmacro begin-deprecated forms
   (if (include-deprecated-features)
       `(begin ,@forms)
-      (begin)))
+      `(begin)))
 
 \f