projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a71685c
)
Swank might use t for the true object; define it to the symbol T when
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 25 Mar 2012 09:01:16 +0000
(
02:01
-0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 25 Mar 2012 09:01:16 +0000
(
02:01
-0700)
evaluating swank exprs.
src/runtime/swank.scm
patch
|
blob
|
history
diff --git
a/src/runtime/swank.scm
b/src/runtime/swank.scm
index 52ae969910af26f88157da479e9b3256beb724d0..d8317210ccb2f20d93c23efd974d8e6cb07931a4 100644
(file)
--- a/
src/runtime/swank.scm
+++ b/
src/runtime/swank.scm
@@
-952,6
+952,7
@@
swank:xref
(define (elisp-true? o) (not (elisp-false? o)))
(define nil '())
+(define t 'T)
(define (->line o)
(let ((r (write-to-string o 100)))