original commit: 92d797053653a8b0c24781b432e290c78bb0e0fa
This commit is contained in:
Robby Findler 1998-09-16 21:41:35 +00:00
parent 884d5faf3e
commit 5a948dbc67

View File

@ -9,6 +9,7 @@
(define preferences-filename (build-path (find-system-path 'pref-dir)
(case (system-type)
[(macos) "MrEd Preferences"]
[(windows) "mred.pre"]
[else ".mred.prefs"])))
(define preferences (make-hash-table))