From f82f26babc41796f46e7877e9ff480aad49a339f Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Tue, 2 Jan 2001 22:41:07 +0000 Subject: [PATCH] (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather than the function. --- nt/config.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt/config.nt b/nt/config.nt index 23d17986895..a4e2c167cf9 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -361,7 +361,7 @@ Boston, MA 02111-1307, USA. */ #ifdef emacs /* Don't do this for lib-src. */ /* Tell regex.c to use a type compatible with Emacs. */ #define RE_TRANSLATE_TYPE Lisp_Object -#define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C) +#define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C) #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0) #endif -- 2.39.5