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:
6e03565
)
Add indentation rule for DEFINE-STRUCTURE. I think maybe the standard
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 12 Jul 2001 21:05:20 +0000
(21:05 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 12 Jul 2001 21:05:20 +0000
(21:05 +0000)
indentation for definitions isn't right.
v7/src/edwin/schmod.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/schmod.scm
b/v7/src/edwin/schmod.scm
index 3207ec26ad8cd0acb875e2076b11371e3e269a55..d1f297e53a603c4607cba3f364fa4d08a6c24a97 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
0 2001/06/18 04:18:25
cph Exp $
+;;; $Id: schmod.scm,v 1.5
1 2001/07/12 21:05:20
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology
;;;
@@
-162,6
+162,7
@@
The following commands evaluate Scheme expressions:
;; Remainder are MIT Scheme specific.
+ (DEFINE-STRUCTURE . 2)
(FLUID-LET . 1)
(IN-PACKAGE . 1)
(LET-SYNTAX . 1)