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 46e7fca0f43..87b55aecc05 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9476,7 +9476,7 @@ not fully specified.) */) | |||
| 9476 | } | 9476 | } |
| 9477 | 9477 | ||
| 9478 | /* Whether STRING only contains chars in the 0..127 range. */ | 9478 | /* Whether STRING only contains chars in the 0..127 range. */ |
| 9479 | static bool | 9479 | bool |
| 9480 | string_ascii_p (Lisp_Object string) | 9480 | string_ascii_p (Lisp_Object string) |
| 9481 | { | 9481 | { |
| 9482 | ptrdiff_t nbytes = SBYTES (string); | 9482 | ptrdiff_t nbytes = SBYTES (string); |