From ef777b73dcd53f7341c32fdf04b39906c86087f3 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 23 May 2010 23:23:46 +0200 Subject: PLT: Completing the .ss -> .rkt transition. --- scheme/plt/geiser/utils.rkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scheme/plt/geiser/utils.rkt') diff --git a/scheme/plt/geiser/utils.rkt b/scheme/plt/geiser/utils.rkt index ff8e695..f6c739c 100644 --- a/scheme/plt/geiser/utils.rkt +++ b/scheme/plt/geiser/utils.rkt @@ -1,6 +1,6 @@ -;;; utils.ss -- generic utilities +;;; utils.rkt -- generic utilities -;; 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 @@ -24,4 +24,4 @@ (define keyword->symbol (compose string->symbol keyword->string)) (define (symbol->keyword sym) (string->keyword (format "~a" sym))) -;;; utils.ss ends here +;;; utils.rkt ends here -- cgit v1.2.3