aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorYuuki Harano2021-07-25 23:34:55 +0900
committerYuuki Harano2021-07-25 23:34:55 +0900
commit13a9a5e836cbe6e64aadaba40fe1f7eb83320d08 (patch)
tree242ac1f485cf6762680a904952747d63b295e198 /src/coding.c
parentb242394f24b154f8e20f5abf4b2f826629e99ea6 (diff)
parent41a55a330f518254da795719ac6e3085254d4110 (diff)
downloademacs-13a9a5e836cbe6e64aadaba40fe1f7eb83320d08.tar.gz
emacs-13a9a5e836cbe6e64aadaba40fe1f7eb83320d08.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
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);