From ebc179f0596f8ac9762c93829e13446a2cf98efc Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 6 May 2009 04:09:28 +0000 Subject: [PATCH] last typo, hopefully svn: r14729 --- collects/framework/preferences.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/preferences.ss b/collects/framework/preferences.ss index 78904a5790..1d882bfbde 100644 --- a/collects/framework/preferences.ss +++ b/collects/framework/preferences.ss @@ -98,7 +98,7 @@ the state transitions / contracts are: ;; no value read, take the default value (default-value (hash-ref defaults p)) ;; found a saved value, unmarshall it - (unmarshall-pref p marshalled))]) + (unmarshall-pref p v))]) ;; set the value for future reference and return it (hash-set! preferences p v) v)]