summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-25 20:15:45 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-25 20:15:45 +0000
commit44eba967fcc650b939c6b5d3d19724135fc26e1e (patch)
tree566d4850c4d587543f2c30a9fe76c5f613528e0a /src/config.in
parent33c46939565fcaa1212177953baf2823046b96bd (diff)
(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index f30156222da..782a316cf34 100644
--- a/src/config.in
+++ b/src/config.in
@@ -355,7 +355,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