summaryrefslogtreecommitdiff
path: root/scheme/plt/geiser/locations.rkt
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-05-23 23:23:46 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-05-23 23:23:46 +0200
commitef777b73dcd53f7341c32fdf04b39906c86087f3 (patch)
tree2f115b5cf083dea6424e5b069666568a4468b407 /scheme/plt/geiser/locations.rkt
parent94f76a1565f09d189d9f2cef6d3df7860321709e (diff)
downloadgeiser-chez-ef777b73dcd53f7341c32fdf04b39906c86087f3.tar.gz
geiser-chez-ef777b73dcd53f7341c32fdf04b39906c86087f3.tar.bz2
PLT: Completing the .ss -> .rkt transition.
Diffstat (limited to 'scheme/plt/geiser/locations.rkt')
-rw-r--r--scheme/plt/geiser/locations.rkt6
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