]> git.eshelyaron.com Git - emacs.git/commitdiff
(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 May 1998 20:15:45 +0000 (20:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 May 1998 20:15:45 +0000 (20:15 +0000)
src/config.in

index f30156222da76a1b12350a5360255028bed4fa3d..782a316cf34525c6bbf8fcdf7917a93bbeb2b583 100644 (file)
@@ -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