dictionary-delete -> dictionary-delete!
This commit is contained in:
parent
ecdc6ffd66
commit
c82c23b93d
|
@ -1 +1 @@
|
||||||
Subproject commit 6bc702bd89c850a3287d8420793b1740c7503c5c
|
Subproject commit ec490286180c87f53b0524d020246fed7bf83ce0
|
|
@ -173,7 +173,7 @@
|
||||||
dictionary
|
dictionary
|
||||||
dictionary-ref
|
dictionary-ref
|
||||||
dictionary-set!
|
dictionary-set!
|
||||||
dictionary-delete
|
dictionary-delete!
|
||||||
dictionary-size
|
dictionary-size
|
||||||
dictionary-map
|
dictionary-map
|
||||||
dictionary-for-each
|
dictionary-for-each
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
make-dictionary
|
make-dictionary
|
||||||
dictionary-ref
|
dictionary-ref
|
||||||
dictionary-set!
|
dictionary-set!
|
||||||
dictionary-delete
|
dictionary-delete!
|
||||||
dictionary-size
|
dictionary-size
|
||||||
dictionary->plist
|
dictionary->plist
|
||||||
plist->dictionary
|
plist->dictionary
|
||||||
|
|
Loading…
Reference in New Issue