Treat LET* and LETREC specially, just like LET.
authorChris Hanson <org/chris-hanson/cph>
Fri, 16 Sep 1994 21:21:09 +0000 (21:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 16 Sep 1994 21:21:09 +0000 (21:21 +0000)
v7/src/runtime/pp.scm

index d205f3d931337d6d1a18e929b20e603aa7472479..40baf51c6090a1c309b271438176c99680f1cef5 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: pp.scm,v 14.29 1994/08/19 06:08:32 cph Exp $
+$Id: pp.scm,v 14.30 1994/09/16 21:21:09 cph Exp $
 
 Copyright (c) 1988-94 Massachusetts Institute of Technology
 
@@ -48,6 +48,8 @@ MIT in each case. |#
          (OR . ,forced-indentation)
          (AND . ,forced-indentation)
          (LET . ,print-let-expression)
+         (LET* . ,print-let-expression)
+         (LETREC . ,print-let-expression)
          (FLUID-LET . ,print-let-expression)
          (DEFINE . ,print-procedure)
          (LAMBDA . ,print-procedure)