Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Sat, 30 Oct 2004 05:20:03 +0000 (05:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 30 Oct 2004 05:20:03 +0000 (05:20 +0000)
v7/src/ssp/mod-lisp.scm
v7/src/ssp/ssp.pkg

index dc59be3fb00bc3ad9079e0b776af66d0e331c56e..5dcec168c87d27baacec36ce63e7d7d66f2db1a7 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: mod-lisp.scm,v 1.6 2004/10/30 04:57:19 cph Exp $
+$Id: mod-lisp.scm,v 1.7 2004/10/30 05:18:33 cph Exp $
 
 Copyright 2003,2004 Massachusetts Institute of Technology
 
@@ -757,7 +757,9 @@ USA.
   (if (hook-in-list? mod-lisp-before-expander-hooks 'LOG-REQUESTS)
       (error "Logging already started."))
   (set! request-log-port (open-output-file pathname 'APPEND))
-  (add-hook-to-list mod-lisp-before-expander-hooks 'LOG-REQUESTS log-requests))
+  (append-hook-to-list mod-lisp-before-expander-hooks
+                      'LOG-REQUESTS
+                      log-requests))
 
 (define (stop-logging-requests)
   (remove-hook-from-list mod-lisp-before-expander-hooks 'LOG-REQUESTS)
index daf25ab0d4be5590316987d1fbb57958edc15a3e..5edd75a3a71c76793989d4489c867a8051f61c77 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: ssp.pkg,v 1.8 2004/10/30 05:17:31 cph Exp $
+$Id: ssp.pkg,v 1.9 2004/10/30 05:20:03 cph Exp $
 
 Copyright 2003,2004 Massachusetts Institute of Technology
 
@@ -212,8 +212,12 @@ USA.
          xd:menuitem?
          xd:number
          xd:number?
+         xd:page-frame
+         xd:page-frame?
          xd:problem
          xd:problem?
+         xd:programmed-output
+         xd:programmed-output?
          xd:radio-buttons
          xd:radio-buttons?
          xd:radio-entry