summaryrefslogtreecommitdiff
path: root/nt/config.nt
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2001-01-02 22:41:07 +0000
committerAndrew Innes <andrewi@gnu.org>2001-01-02 22:41:07 +0000
commitf82f26babc41796f46e7877e9ff480aad49a339f (patch)
treebd8f717feec5c98f06c7ea3146e30b1554f287ac /nt/config.nt
parent82d5a7b2a6195b137e5960ea2a65dccf5d8afa84 (diff)
downloademacs-f82f26babc41796f46e7877e9ff480aad49a339f.tar.gz
(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
than the function.
Diffstat (limited to 'nt/config.nt')
-rw-r--r--nt/config.nt2
1 files changed, 1 insertions, 1 deletions
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