diff options
-rw-r--r-- | stdlib/socket.tl | 2 |
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))) |