aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
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. */
9479static bool 9479bool
9480string_ascii_p (Lisp_Object string) 9480string_ascii_p (Lisp_Object string)
9481{ 9481{
9482 ptrdiff_t nbytes = SBYTES (string); 9482 ptrdiff_t nbytes = SBYTES (string);