From: Chris Hanson Date: Fri, 15 Jul 1988 20:20:00 +0000 (+0000) Subject: Indent `delay' specially. X-Git-Tag: 20090517-FFI~12663 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6eb65884a1ba9af5e0a2166aa39c58c50542988a;p=mit-scheme.git Indent `delay' specially. --- diff --git a/etc/scheme.el b/etc/scheme.el index a38753e29..35cd2e8d5 100644 --- a/etc/scheme.el +++ b/etc/scheme.el @@ -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) @@ -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)