diff options
Diffstat (limited to 'scheme/racket/geiser')
| -rw-r--r-- | scheme/racket/geiser/user.rkt | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/scheme/racket/geiser/user.rkt b/scheme/racket/geiser/user.rkt index 70defd4..72aa48a 100644 --- a/scheme/racket/geiser/user.rkt +++ b/scheme/racket/geiser/user.rkt @@ -1,6 +1,6 @@  ;;; user.rkt -- global bindings visible to geiser users -;; Copyright (C) 2010 Jose Antonio Ortega Ruiz +;; Copyright (C) 2010, 2011 Jose Antonio Ortega Ruiz  ;; This program is free software; you can redistribute it and/or  ;; modify it under the terms of the Modified BSD License. You should @@ -28,6 +28,7 @@          [(module-path? mod)           (enter-module mod)           (current-namespace (module->namespace mod))] +        [(path-string? mod) (enter! `(file ,mod) stx)]          [else (raise-syntax-error                 #f                 "not a valid module path, and not #f" | 
