aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/coding.c b/src/coding.c
index 523a6bf0f27..8b620af8695 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1190,8 +1190,8 @@ alloc_destination (struct coding_system *coding, ptrdiff_t nbytes,
1190#define UTF_8_BOM_2 0xBB 1190#define UTF_8_BOM_2 0xBB
1191#define UTF_8_BOM_3 0xBF 1191#define UTF_8_BOM_3 0xBF
1192 1192
1193/* Unlike the other detect_coding_XXX, this function counts number of 1193/* Unlike the other detect_coding_XXX, this function counts the number
1194 characters and check EOL format. */ 1194 of characters and checks the EOL format. */
1195 1195
1196static bool 1196static bool
1197detect_coding_utf_8 (struct coding_system *coding, 1197detect_coding_utf_8 (struct coding_system *coding,
@@ -11265,7 +11265,7 @@ decode text as usual. */);
11265 11265
11266 DEFVAR_BOOL ("disable-ascii-optimization", disable_ascii_optimization, 11266 DEFVAR_BOOL ("disable-ascii-optimization", disable_ascii_optimization,
11267 doc: /* If non-nil, Emacs does not optimize code decoder for ASCII files. 11267 doc: /* If non-nil, Emacs does not optimize code decoder for ASCII files.
11268Internal use only. Removed after the experimental optimizer gets stable. */); 11268Internal use only. Remove after the experimental optimizer becomes stable. */);
11269 disable_ascii_optimization = 0; 11269 disable_ascii_optimization = 0;
11270 11270
11271 DEFVAR_LISP ("translation-table-for-input", Vtranslation_table_for_input, 11271 DEFVAR_LISP ("translation-table-for-input", Vtranslation_table_for_input,