diff options
Diffstat (limited to 'scheme/plt/geiser/locations.rkt')
-rw-r--r-- | scheme/plt/geiser/locations.rkt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scheme/plt/geiser/locations.rkt b/scheme/plt/geiser/locations.rkt index dea93c6..bae7122 100644 --- a/scheme/plt/geiser/locations.rkt +++ b/scheme/plt/geiser/locations.rkt @@ -1,6 +1,6 @@ -;;; locations.ss -- locating symbols +;;; locations.rkt -- locating symbols -;; Copyright (C) 2009 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010 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 @@ -51,4 +51,4 @@ (make-location sym (module-spec->path-name sym) 1)) -;;; locations.ss ends here +;;; locations.rkt ends here |