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:
b41b220
)
Duh; DEFINE-STRUCTURE has one distinguished expression, not two.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 12 Jul 2001 21:57:06 +0000
(21:57 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 12 Jul 2001 21:57:06 +0000
(21:57 +0000)
v7/src/edwin/schmod.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/schmod.scm
b/v7/src/edwin/schmod.scm
index d1f297e53a603c4607cba3f364fa4d08a6c24a97..ef68a66426bef1c4045f72962ef0c125cf45b3d9 100644
(file)
--- a/
v7/src/edwin/schmod.scm
+++ b/
v7/src/edwin/schmod.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: schmod.scm,v 1.5
1 2001/07/12 21:05:20
cph Exp $
+;;; $Id: schmod.scm,v 1.5
2 2001/07/12 21:57:06
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology
;;;
@@
-162,7
+162,7
@@
The following commands evaluate Scheme expressions:
;; Remainder are MIT Scheme specific.
- (DEFINE-STRUCTURE .
2
)
+ (DEFINE-STRUCTURE .
1
)
(FLUID-LET . 1)
(IN-PACKAGE . 1)
(LET-SYNTAX . 1)