Indent `delay' specially.
authorChris Hanson <org/chris-hanson/cph>
Fri, 15 Jul 1988 20:20:00 +0000 (20:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 15 Jul 1988 20:20:00 +0000 (20:20 +0000)
etc/scheme.el

index a38753e2976df6ac7a37f94de1fb07f14a1ad6b6..35cd2e8d5c2b6445bb9d76c9c6666e2714ac6dd3 100644 (file)
@@ -1,5 +1,5 @@
 ;; Scheme mode, and its idiosyncratic commands.
-;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
+;; Copyright (C) 1986, 1987, 1988 Free Software Foundation, Inc.
 ;; Adapted from Lisp mode by Bill Rozas, jinx@prep.
 
 ;; This file is part of GNU Emacs.
@@ -24,7 +24,7 @@
 ;; of special forms.  Probably the code should be merged at some point 
 ;; so that there is sharing between both libraries.
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/scheme.el,v 1.6 1988/04/25 12:53:38 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/scheme.el,v 1.7 1988/07/15 20:20:00 cph Rel $
 
 (provide 'scheme)
 \f
@@ -394,6 +394,7 @@ of the start of the containing expression."
 
 (put 'begin 'scheme-indent-hook 0)
 (put 'case 'scheme-indent-hook 1)
+(put 'delay 'scheme-indent-hook 0)
 (put 'do 'scheme-indent-hook 2)
 (put 'lambda 'scheme-indent-hook 1)
 (put 'let 'scheme-indent-hook 'scheme-let-indent)