From 7204ca77fdb2a6880e44e39d651dc59d5ec0d352 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 23 Feb 2000 22: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 95ef65632..a7863fdc7 100644 --- a/v7/src/edwin/hlpcom.scm +++ b/v7/src/edwin/hlpcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: hlpcom.scm,v 1.110 2000/02/23 22:44:50 cph Exp $ +;;; $Id: hlpcom.scm,v 1.111 2000/02/23 22:59:01 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; @@ -401,7 +401,7 @@ If you want VALUE to be a string, you must surround it with doublequotes." (new-mode (lambda (argument next comtabs) (find-escape next - (mode-comtabs (name->mode arguments 'ERROR))))) + (mode-comtabs (name->mode argument 'ERROR))))) (quote-next (lambda (start comtabs) (if (fix:= start end) -- 2.25.1