From 10bc934a432e28a45970177301aebe97249a29fb Mon Sep 17 00:00:00 2001 From: frese Date: Mon, 20 Sep 2004 01:34:32 +0000 Subject: [PATCH] - removed some comments and todo items --- scheme/expect.scm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scheme/expect.scm b/scheme/expect.scm index f4dab9f..d770399 100644 --- a/scheme/expect.scm +++ b/scheme/expect.scm @@ -14,16 +14,8 @@ ;;; Interact ;;; - -nobuffer is useful for spotting stuff as it flies by. -;;; - It can handle matching in both directions. ;;; - It can handle strings and regexps. -;;; This file contains the following Scheme 48 modules: -;;; - expect-syntax-support -;;; This package must be opened in expect-package's FOR-SYNTAX package, -;;; so that the EXPECT macro-expander code can use its procedure. -;;; - expect-package -;;; This package must be opened by expect's clients. - ;;; A task is a guy with whom we can interact. (define-record-type task