Skip to content

Commit

Permalink
make '!' reader macro non-breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
lisp committed Aug 4, 2010
1 parent c81ba4e commit 94ee717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/data.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
(unresolved-node (read-using *name-reader* stream t))))

(defun enable-node-shorthand ()
(set-macro-character #\! #'inline-node-reader))
(set-macro-character #\! #'inline-node-reader t))

(enable-node-shorthand))

Expand Down

0 comments on commit 94ee717

Please sign in to comment.