summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/txr/stdlib/struct.tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/txr/stdlib/struct.tl b/share/txr/stdlib/struct.tl
index ce3f156e..fb9365f2 100644
--- a/share/txr/stdlib/struct.tl
+++ b/share/txr/stdlib/struct.tl
@@ -175,3 +175,6 @@
(defmacro meth (obj slot)
^(method ,obj ',slot))
+
+(defmacro umeth (slot)
+ ^(umethod ',slot))