Mercurial > emacs
changeset 46550:8166be020c03
(compose_chars_in_text): Treat Lisp string contents
as const.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Fri, 19 Jul 2002 14:27:04 +0000 |
parents | f0ddb5c7cf46 |
children | 227785e3e29f |
files | src/composite.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.c Fri Jul 19 14:27:01 2002 +0000 +++ b/src/composite.c Fri Jul 19 14:27:04 2002 +0000 @@ -605,7 +605,7 @@ /* Set to nonzero if we don't have to compose ASCII characters. */ int skip_ascii; int i, len, stop, c; - unsigned char *ptr, *pend; + const unsigned char *ptr, *pend; if (! CHAR_TABLE_P (Vcomposition_function_table)) return;