add parameterize* to tabing and smart opening square bracket pref defaults
This commit is contained in:
parent
08604b0277
commit
e720d1df92
|
@ -120,7 +120,7 @@
|
||||||
"match-let" "match-let*" "match-letrec"
|
"match-let" "match-let*" "match-letrec"
|
||||||
"letrec"
|
"letrec"
|
||||||
"letrec-syntaxes" "letrec-syntaxes+values" "letrec-values"
|
"letrec-syntaxes" "letrec-syntaxes+values" "letrec-values"
|
||||||
"parameterize"
|
"parameterize" "parameterize*"
|
||||||
"with-syntax"))
|
"with-syntax"))
|
||||||
(λ (x) (and (list? x) (andmap string? x))))
|
(λ (x) (and (list? x) (andmap string? x))))
|
||||||
|
|
||||||
|
@ -327,7 +327,7 @@
|
||||||
unit/sig unit/lang
|
unit/sig unit/lang
|
||||||
with-handlers
|
with-handlers
|
||||||
interface
|
interface
|
||||||
parameterize
|
parameterize parameterize*
|
||||||
call-with-input-file call-with-input-file* with-input-from-file
|
call-with-input-file call-with-input-file* with-input-from-file
|
||||||
with-input-from-port call-with-output-file
|
with-input-from-port call-with-output-file
|
||||||
with-output-to-file with-output-to-port
|
with-output-to-file with-output-to-port
|
||||||
|
|
Loading…
Reference in New Issue
Block a user