emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.h,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h,v
Date: Sat, 09 Feb 2008 10:52:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/02/09 10:52:36

Index: buffer.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/buffer.h,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -b -r1.117 -r1.118
--- buffer.h    7 Feb 2008 12:46:29 -0000       1.117
+++ buffer.h    9 Feb 2008 10:52:36 -0000       1.118
@@ -343,7 +343,7 @@
 #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)))])
 
 
 /* Macros for accessing a character or byte,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]