summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/socket.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/socket.tl b/stdlib/socket.tl
index cb8bef2f..0b39151e 100644
--- a/stdlib/socket.tl
+++ b/stdlib/socket.tl
@@ -269,6 +269,6 @@
(defplace (sock-peer sock) body
(getter setter
- ^(macrolet ((,getter () ^(sock-peer ',',sock))
+ ^(macrolet ((,getter () ^(sock-peer ,',sock))
(,setter (val) ^(sock-set-peer ,',sock ,val)))
,body)))