mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 07:47:39 +02:00
Include missing arg
This commit is contained in:
parent
6920b8f568
commit
abe40532c3
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@
|
|||
|
||||
(define (analyze-quoted exp)
|
||||
(let ((qval (cadr exp)))
|
||||
(Cyc-set-immutable! qval) ;; TODO: OK? Don't want to modify a persistent object
|
||||
(Cyc-set-immutable! qval #t) ;; TODO: OK? Don't want to modify a persistent object
|
||||
(lambda (env) qval)))
|
||||
|
||||
(define-c assoc-cdr
|
||||
|
|
Loading…
Add table
Reference in a new issue