From: Chris Hanson Date: Thu, 12 Jul 2001 21:05:20 +0000 (+0000) Subject: Add indentation rule for DEFINE-STRUCTURE. I think maybe the standard X-Git-Tag: 20090517-FFI~2656 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b41b2201c21b9aae2d02385f41aa5f37496358d0;p=mit-scheme.git Add indentation rule for DEFINE-STRUCTURE. I think maybe the standard indentation for definitions isn't right. --- diff --git a/v7/src/edwin/schmod.scm b/v7/src/edwin/schmod.scm index 3207ec26a..d1f297e53 100644 --- a/v7/src/edwin/schmod.scm +++ b/v7/src/edwin/schmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: schmod.scm,v 1.50 2001/06/18 04:18:25 cph Exp $ +;;; $Id: schmod.scm,v 1.51 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)