From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/ice-9 psyntax.ss Date: Sun, 13 Aug 2000 12:21:00 -0000 Message-id: <20000813192104.20667.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q3/msg00132.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@sourceware.cygnus.com 2000-08-13 12:21:04 Modified files: guile-core/ice-9: psyntax.ss Log message: * psyntax.ss (top-level-eval-hook, local-eval-hook): Pass `(interaction-environment)' as second arg to `eval'. This is completely equivalent with the state before the change to eval of 2000-08-11, but we should extend psyntax.ss to be module aware. (Thanks to Ian Bicking.)