1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00

elisp: Drop unused type definition

This commit is contained in:
Vasilij Schneidermann 2019-02-19 20:49:53 +01:00
parent 5020037a09
commit 948eeb0422

View File

@ -37,9 +37,7 @@
(mal-object vector)
(mal-object map)
(mal-object env)
(mal-object atom)
(mal-object fn)
(mal-object func)