diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 0afe0b3ac42..23ccfbce390 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6414,7 +6414,7 @@ DEFUN ("find-coding-systems-region-internal", | |||
| 6414 | Lisp_Object work_table, safe_codings; | 6414 | Lisp_Object work_table, safe_codings; |
| 6415 | int non_ascii_p = 0; | 6415 | int non_ascii_p = 0; |
| 6416 | int single_byte_char_found = 0; | 6416 | int single_byte_char_found = 0; |
| 6417 | unsigned char *p1, *p1end, *p2, *p2end, *p; | 6417 | const unsigned char *p1, *p1end, *p2, *p2end, *p; |
| 6418 | 6418 | ||
| 6419 | if (STRINGP (start)) | 6419 | if (STRINGP (start)) |
| 6420 | { | 6420 | { |