diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-10-15 19:38:38 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-10-15 19:38:38 +0200 |
commit | f5817ef183ae7cdedbabffceec7721d60ce0edd2 (patch) | |
tree | 6b6633623347bf9c9fabca922b7d9b685ec59737 /mew.svnwiki | |
parent | db89cc9c109c841f7cb8903581971e60b7dc2a71 (diff) | |
download | mew-f5817ef183ae7cdedbabffceec7721d60ce0edd2.tar.gz mew-f5817ef183ae7cdedbabffceec7721d60ce0edd2.tar.xz mew-f5817ef183ae7cdedbabffceec7721d60ce0edd2.zip |
drop keyvals
This is essentially (into '() ht) now.
Diffstat (limited to 'mew.svnwiki')
-rw-r--r-- | mew.svnwiki | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mew.svnwiki b/mew.svnwiki index 89b9d56..6cd43b2 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -160,10 +160,6 @@ Alias for {{hash-table-keys}}. Alias for {{hash-table-values}}. -<procedure>(keyvals <hash-table>)</procedure> - -Return a list of alternating keys and values of the hash table. - <procedure>(empty? <obj>)</procedure> Test if {{<obj>}} is an empty list/string/vector/hash-table. |