no message
original commit: 0351806f3dbddfde34f89f19ff1878f55fe697ed
This commit is contained in:
parent
f5eb97e7c8
commit
d6a572aa48
|
@ -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
Loading…
Reference in New Issue
Block a user