From c82c7c7c7d60003f8b846261dd8de2be19fe539c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 20 Apr 1989 08:16:53 +0000 Subject: [PATCH] Add indentation methods for `there-exists?' and `for-all?'. --- v7/src/edwin/schmod.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/edwin/schmod.scm b/v7/src/edwin/schmod.scm index edc0bbaf4..1be01f91e 100644 --- a/v7/src/edwin/schmod.scm +++ b/v7/src/edwin/schmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/schmod.scm,v 1.8 1989/04/15 00:52:46 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/schmod.scm,v 1.9 1989/04/20 08:16:53 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -182,4 +182,6 @@ the buffer *Transcript*: (LIST-SEARCH-POSITIVE . 1) (LIST-SEARCH-NEGATIVE . 1) (SYNTAX-TABLE-DEFINE . 2) + (FOR-ALL? . 1) + (THERE-EXISTS? . 1) )) \ No newline at end of file -- 2.25.1