From: Chris Hanson Date: Mon, 15 Aug 1988 22:00:48 +0000 (+0000) Subject: Parameterize `pp' to print uninterned symbols by name. X-Git-Tag: 20090517-FFI~12611 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a9124b0e1ecdc9cb1ccb7b78575ca45d2f182186;p=mit-scheme.git Parameterize `pp' to print uninterned symbols by name. Define `primitive-procedure-documentation'. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 3cf03770a..733f755ad 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.18 1988/08/11 03:15:17 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.19 1988/08/15 22:00:48 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -45,7 +45,7 @@ MIT in each case. |# '())) (add-system! microcode-system) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-identification! "Runtime" 14 18)) + (add-identification! "Runtime" 14 19)) (define microcode-system)