Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed May 30, 2024
1 parent f091705 commit 8287cdc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/reader/macro-functions.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1309,9 +1309,8 @@
(unread-char (%character condition) stream)
fallback-value))))
(let ((feature-expression
(with-state-values
(client '*package* '#:keyword
'*read-suppress* nil)
(with-state-values (client '*package* '#:keyword
'*read-suppress* nil)
(with-forbidden-quasiquotation (context)
(read-expression
'end-of-input-after-sharpsign-plus-minus
Expand Down

0 comments on commit 8287cdc

Please sign in to comment.