aboutsummaryrefslogtreecommitdiff
path: root/macros.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-03 09:29:26 -0600
committerColin Okay <okay@toyful.space>2022-02-03 09:29:26 -0600
commit06b33e805136b7e84a9f96d265f48bd84a2fa67e (patch)
tree6316003d06f6a26eda02edd3f05a7295c5f15c1c /macros.lisp
parentb26d274c67d8dd52111ba769a4dd8118bbdd0234 (diff)
updating readme, cleaning up project
Diffstat (limited to 'macros.lisp')
-rw-r--r--macros.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.lisp b/macros.lisp
index b9d728b..fa93bc5 100644
--- a/macros.lisp
+++ b/macros.lisp
@@ -17,7 +17,7 @@
(elt (symbol-name symbol) (length prefix)))))
- (set-macro-character
+ (set-dispatch-macro-character
#\# #\$
(lambda (stream subchar infix)
(declare (ignore subchar infix))