From 15c8b10ced814a32406492e34ff950ca22007c74 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 17 Feb 2004 05:00:18 +0000 Subject: [PATCH] Add kludge to define MATCH-UTF8-CHAR-IN-ALPHABET. --- v7/src/runtime/runtime.pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 677e68ab2..f4dccfe16 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.477 2004/02/16 05:38:12 cph Exp $ +$Id: runtime.pkg,v 14.478 2004/02/17 05:00:18 cph Exp $ Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology @@ -4469,6 +4469,7 @@ USA. match-parser-buffer-substring-ci match-parser-buffer-substring-ci-no-advance match-parser-buffer-substring-no-advance + (match-utf8-char-in-alphabet match-parser-buffer-char-in-alphabet) parser-buffer-line parser-buffer-pointer-index parser-buffer-pointer-line -- 2.25.1