aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/composite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c
index 1b40810a3aa..9fc58bc27b6 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -605,7 +605,7 @@ compose_chars_in_text (start, end, string)
605 /* Set to nonzero if we don't have to compose ASCII characters. */ 605 /* Set to nonzero if we don't have to compose ASCII characters. */
606 int skip_ascii; 606 int skip_ascii;
607 int i, len, stop, c; 607 int i, len, stop, c;
608 unsigned char *ptr, *pend; 608 const unsigned char *ptr, *pend;
609 609
610 if (! CHAR_TABLE_P (Vcomposition_function_table)) 610 if (! CHAR_TABLE_P (Vcomposition_function_table))
611 return; 611 return;