From: Chris Hanson Date: Wed, 15 Jan 2003 04:52:25 +0000 (+0000) Subject: Add indent methods for SFRI keywords. X-Git-Tag: 20090517-FFI~2062 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2a0acf17161a8168165d47d28a14bc6e497845d7;p=mit-scheme.git Add indent methods for SFRI keywords. --- diff --git a/v7/src/edwin/schmod.scm b/v7/src/edwin/schmod.scm index 4ce8d68ed..da1dd8f64 100644 --- a/v7/src/edwin/schmod.scm +++ b/v7/src/edwin/schmod.scm @@ -1,25 +1,27 @@ -;;; -*-Scheme-*- -;;; -;;; $Id: schmod.scm,v 1.60 2002/11/20 19:46:02 cph Exp $ -;;; -;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology -;;; -;;; This file is part of MIT Scheme. -;;; -;;; MIT Scheme is free software; you can redistribute it and/or modify -;;; it under the terms of the GNU General Public License as published -;;; by the Free Software Foundation; either version 2 of the License, -;;; or (at your option) any later version. -;;; -;;; MIT Scheme is distributed in the hope that it will be useful, but -;;; WITHOUT ANY WARRANTY; without even the implied warranty of -;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;;; General Public License for more details. -;;; -;;; You should have received a copy of the GNU General Public License -;;; along with MIT Scheme; if not, write to the Free Software -;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -;;; 02111-1307, USA. +#| -*-Scheme-*- + +$Id: schmod.scm,v 1.61 2003/01/15 04:52:25 cph Exp $ + +Copyright 1986,1989,1990,1991,1992,1998 Massachusetts Institute of Technology +Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology + +This file is part of MIT Scheme. + +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. + +MIT Scheme is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +|# ;;;; Scheme Mode @@ -160,6 +162,10 @@ The following commands evaluate Scheme expressions: (1 CALL-WITH-INPUT-FILE WITH-INPUT-FROM-FILE CALL-WITH-OUTPUT-FILE WITH-OUTPUT-TO-FILE) + ;; SRFI keywords: + (2 RECEIVE) + (3 DEFINE-RECORD-TYPE) + ;; MIT Scheme keywords: (1 DEFINE-STRUCTURE FLUID-LET LET*-SYNTAX LOCAL-DECLARE NAMED-LAMBDA)