From 2a61276917f4bc91baf86aea52fd1b421a49d748 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 3 Jan 2009 23:55:08 +0000 Subject: [PATCH] set misc properties svn: r12996 --- collects/2htdp/private/syn-aux.ss | 2 +- collects/2htdp/universe.ss | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 collects/2htdp/universe.ss diff --git a/collects/2htdp/private/syn-aux.ss b/collects/2htdp/private/syn-aux.ss index a44a2af08d..0c49229bec 100644 --- a/collects/2htdp/private/syn-aux.ss +++ b/collects/2htdp/private/syn-aux.ss @@ -40,4 +40,4 @@ (lambda (p) (syntax-case p () [(b) #'(coerce> tag b)] - [_ (err tag p)]))) \ No newline at end of file + [_ (err tag p)]))) diff --git a/collects/2htdp/universe.ss b/collects/2htdp/universe.ss old mode 100755 new mode 100644