Add indent methods for SFRI keywords.
authorChris Hanson <org/chris-hanson/cph>
Wed, 15 Jan 2003 04:52:25 +0000 (04:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 15 Jan 2003 04:52:25 +0000 (04:52 +0000)
v7/src/edwin/schmod.scm

index 4ce8d68ed341c9a948aabc8210b0411122da6a86..da1dd8f64fd02e7fbb2c12b137c7e8586eb5dccd 100644 (file)
@@ -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)