From ae194df888e91978a1fd21c1e29b2dfc25f18027 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Mon, 26 Aug 1996 20:42:45 +0000 Subject: [PATCH] Added DEFINE-INTEGRABLE to list of specially formatted keywords. --- v7/src/runtime/pp.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/pp.scm b/v7/src/runtime/pp.scm index e0107888b..9758d677e 100644 --- a/v7/src/runtime/pp.scm +++ b/v7/src/runtime/pp.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: pp.scm,v 14.37 1996/04/24 04:22:59 cph Exp $ +$Id: pp.scm,v 14.38 1996/08/26 20:42:45 adams Exp $ Copyright (c) 1988-96 Massachusetts Institute of Technology @@ -59,6 +59,7 @@ MIT in each case. |# (LETREC . ,print-let-expression) (FLUID-LET . ,print-let-expression) (DEFINE . ,print-procedure) + (DEFINE-INTEGRABLE . ,print-procedure) (LAMBDA . ,print-procedure) (NAMED-LAMBDA . ,print-procedure))) (set! dispatch-list code-dispatch-list) -- 2.25.1