From a5f8ffade7e5f6dad00e97e6427c181e1d000f2b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 24 Feb 2000 00:59:01 +0000 Subject: [PATCH] Fix typo. --- v7/src/edwin/hlpcom.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/hlpcom.scm b/v7/src/edwin/hlpcom.scm index d443c1977..cdfdc37c8 100644 --- a/v7/src/edwin/hlpcom.scm +++ b/v7/src/edwin/hlpcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: hlpcom.scm,v 1.112 2000/02/23 23:00:20 cph Exp $ +;;; $Id: hlpcom.scm,v 1.113 2000/02/24 00:59:01 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; @@ -359,7 +359,7 @@ If you want VALUE to be a string, you must surround it with doublequotes." (find-terminator start* index #\] subst-key comtabs)) ((char=? #\{ (string-ref string next)) - (find-terminator start* index #\] + (find-terminator start* index #\} show-bindings comtabs)) ((char=? #\< (string-ref string next)) (find-terminator start* index #\> -- 2.25.1