We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe0cd3 commit c2430a4Copy full SHA for c2430a4
src/lisp/kernel/cleavir/activate-clasp-readtables-for-eclector.lisp
@@ -52,11 +52,11 @@
52
(defvar *clasp-normal-eclector-client* (make-instance 'clasp-non-cst-elector-client))
53
54
(defmethod eclector.reader:state-value
55
- ((client clasp-non-cst-elector-client) (aspect (eql :readtable)))
+ ((client clasp-non-cst-elector-client) (aspect (eql 'cl:*readtable*)))
56
cl:*readtable*)
57
58
(defmethod eclector.reader:call-with-state-value
59
- ((client clasp-non-cst-elector-client) thunk (aspect (eql :readtable)) value)
+ ((client clasp-non-cst-elector-client) thunk (aspect (eql 'cl:*readtable*)) value)
60
(let ((cl:*readtable* value))
61
(funcall thunk)))
62
0 commit comments