diff options
| author | Andrea Corallo | 2020-10-10 11:00:35 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-10-10 11:00:35 +0200 |
| commit | f7e7ff4fb16bf8fc8e7662f21cd9843e9eb648e8 (patch) | |
| tree | 8757f25ff7948b6b045bd60f5adf6ebf91ed75ee /src/coding.h | |
| parent | 138990bbda7ab228e3fde44710426c474b2c1086 (diff) | |
| parent | 5824c209ba17b97978519ea62478c57010311e88 (diff) | |
| download | emacs-f7e7ff4fb16bf8fc8e7662f21cd9843e9eb648e8.tar.gz emacs-f7e7ff4fb16bf8fc8e7662f21cd9843e9eb648e8.zip | |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h index c2a7b2a00ff..4973cf89eb1 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -82,7 +82,7 @@ enum define_coding_ccl_arg_index | |||
| 82 | 82 | ||
| 83 | enum define_coding_undecided_arg_index | 83 | enum define_coding_undecided_arg_index |
| 84 | { | 84 | { |
| 85 | coding_arg_undecided_inhibit_nul_byte_detection = coding_arg_max, | 85 | coding_arg_undecided_inhibit_null_byte_detection = coding_arg_max, |
| 86 | coding_arg_undecided_inhibit_iso_escape_detection, | 86 | coding_arg_undecided_inhibit_iso_escape_detection, |
| 87 | coding_arg_undecided_prefer_utf_8, | 87 | coding_arg_undecided_prefer_utf_8, |
| 88 | coding_arg_undecided_max | 88 | coding_arg_undecided_max |
| @@ -139,7 +139,7 @@ enum coding_attr_index | |||
| 139 | 139 | ||
| 140 | coding_attr_emacs_mule_full, | 140 | coding_attr_emacs_mule_full, |
| 141 | 141 | ||
| 142 | coding_attr_undecided_inhibit_nul_byte_detection, | 142 | coding_attr_undecided_inhibit_null_byte_detection, |
| 143 | coding_attr_undecided_inhibit_iso_escape_detection, | 143 | coding_attr_undecided_inhibit_iso_escape_detection, |
| 144 | coding_attr_undecided_prefer_utf_8, | 144 | coding_attr_undecided_prefer_utf_8, |
| 145 | 145 | ||
| @@ -353,7 +353,7 @@ struct emacs_mule_spec | |||
| 353 | 353 | ||
| 354 | struct undecided_spec | 354 | struct undecided_spec |
| 355 | { | 355 | { |
| 356 | /* Inhibit NUL byte detection. 1 means always inhibit, | 356 | /* Inhibit null byte detection. 1 means always inhibit, |
| 357 | -1 means do not inhibit, 0 means rely on user variable. */ | 357 | -1 means do not inhibit, 0 means rely on user variable. */ |
| 358 | int inhibit_nbd; | 358 | int inhibit_nbd; |
| 359 | 359 | ||