Add forgotten OPEN clause for SIGNALS in READING-FORMS.

This commit is contained in:
sperber 2002-12-19 10:02:31 +00:00
parent 813e4b1240
commit e2557c7200
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@
(define-structure reading-forms (export read-forms $note-file-package)
(open scheme-level-2
fluids filenames
features ;current-noise-port force-output
signals ;error
features ;current-noise-port force-output
)
(files (bcomp read-form)))