From: Chris Hanson Date: Fri, 2 Nov 2001 17:10:33 +0000 (+0000) Subject: Add indentation bindings for new names in runtime system. X-Git-Tag: 20090517-FFI~2470 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=970b433efa0b1c3f6634fdbbc5ccc207a0191215;p=mit-scheme.git Add indentation bindings for new names in runtime system. --- diff --git a/v7/src/edwin/schmod.scm b/v7/src/edwin/schmod.scm index ef68a6642..6d3df1712 100644 --- a/v7/src/edwin/schmod.scm +++ b/v7/src/edwin/schmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: schmod.scm,v 1.52 2001/07/12 21:57:06 cph Exp $ +;;; $Id: schmod.scm,v 1.53 2001/11/02 17:10:33 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; @@ -188,6 +188,11 @@ The following commands evaluate Scheme expressions: (WITH-RESTART . 4) (WITH-SIMPLE-RESTART . 2) (BIND-CONDITION-HANDLER . 2) + (KEEP-MATCHING-ITEMS . 1) + (KEEP-MATCHING-ITEMS! . 1) + (DELETE-MATCHING-ITEMS . 1) + (DELETE-MATCHING-ITEMS! . 1) + (FIND-MATCHING-ITEM . 1) (LIST-TRANSFORM-POSITIVE . 1) (LIST-TRANSFORM-NEGATIVE . 1) (LIST-SEARCH-POSITIVE . 1)