no message

original commit: 0351806f3dbddfde34f89f19ff1878f55fe697ed
This commit is contained in:
Robby Findler 2001-06-07 16:25:56 +00:00
parent f5eb97e7c8
commit d6a572aa48
2 changed files with 626 additions and 632 deletions

View File

@ -84,13 +84,13 @@
call-with-input-file with-input-from-file
with-input-from-port call-with-output-file
with-output-to-file with-output-to-port))
(preferences:set-default 'framework:tabify hash-table hash-table?)
(preferences:set-un/marshall
'framework:tabify
(lambda (t) (hash-table-map t list))
(lambda (l) (let ([h (make-hash-table)])
(for-each (lambda (x) (apply hash-table-put! h x)) l)
h)))
(preferences:set-default 'framework:tabify hash-table hash-table?))
h))))
(preferences:set-default 'framework:autosave-delay 300 number?)

File diff suppressed because it is too large Load Diff