aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c
index 9b3de0a615c..5f04c8ae8c6 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -810,7 +810,7 @@ fill_gstring_header (header, start, end, font_object, string)
810 else 810 else
811 { 811 {
812 CHECK_STRING (string); 812 CHECK_STRING (string);
813 if (! STRING_MULTIBYTE (current_buffer->enable_multibyte_characters)) 813 if (! STRING_MULTIBYTE (string))
814 error ("Attempt to shape unibyte text"); 814 error ("Attempt to shape unibyte text");
815 /* FROM and TO are checked by the caller. */ 815 /* FROM and TO are checked by the caller. */
816 from = XINT (start); 816 from = XINT (start);