diff options
| author | Yuuki Harano | 2021-07-25 23:34:55 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-07-25 23:34:55 +0900 |
| commit | 13a9a5e836cbe6e64aadaba40fe1f7eb83320d08 (patch) | |
| tree | 242ac1f485cf6762680a904952747d63b295e198 /src/coding.c | |
| parent | b242394f24b154f8e20f5abf4b2f826629e99ea6 (diff) | |
| parent | 41a55a330f518254da795719ac6e3085254d4110 (diff) | |
| download | emacs-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.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); |