unibyte_char_to_multibyte.
+2008-02-09 Eli Zaretskii <eliz@gnu.org>
+
+ * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
+ instead of unibyte_char_to_multibyte.
+
2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
* s/gnu-linux.h: Remove commented out code.
#define FETCH_CHAR_AS_MULTIBYTE(pos) \
(!NILP (current_buffer->enable_multibyte_characters) \
? FETCH_MULTIBYTE_CHAR ((pos)) \
- : unibyte_char_to_multibyte (FETCH_BYTE ((pos))))
+ : unibyte_to_multibyte_table[(FETCH_BYTE ((pos)))])
\f
/* Macros for accessing a character or byte,