#| -*-Scheme-*-
-$Id: option.scm,v 14.34 1997/03/31 19:27:09 cph Exp $
+$Id: option.scm,v 14.35 1998/11/03 05:53:13 cph Exp $
-Copyright (c) 1988-97 Massachusetts Institute of Technology
+Copyright (c) 1988-98 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(define (make-load-environment)
(eval '(LET () (THE-ENVIRONMENT)) system-global-environment))
- (if (not (memq name loaded-options))
- (find-option)
- name)))
+ (fluid-let ((*parser-canonicalize-symbols?* #t))
+ (if (not (memq name loaded-options))
+ (find-option)
+ name))))
(define loaded-options '())
(define *options* '()) ; Current options.