;;;; Test the gtk screen.
-(let ((env (->environment '(runtime pathname)))
+(let ((flu (access library-directory-path (->environment '(runtime pathname))))
(dirname (directory-pathname (current-load-pathname))))
- (set! (access library-directory-path env)
- (cons dirname (access library-directory-path env)))
+ (set-fluid! flu (cons dirname (fluid flu)))
(set! *initial-options-file* (merge-pathnames "gtk-screen-optiondb" dirname)))
(load-option 'GTK-SCREEN)
(further-load-options
(merge-pathnames "optiondb"
- (last (access library-directory-path
- (->environment '(runtime pathname))))))
\ No newline at end of file
+ (last (fluid (access library-directory-path
+ (->environment '(runtime pathname)))))))
\ No newline at end of file