diff options
| author | Glenn Morris | 2014-08-10 17:59:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-08-10 17:59:34 -0700 |
| commit | c7367d2de3343e56171c4fe6d439a3ed5f40d06c (patch) | |
| tree | 54fe9166f6b4320d9518bbac11e2d575a9fda7c2 /src/coding.c | |
| parent | 6b7d077506304f440d311fa7b29d210b7a3e121c (diff) | |
| parent | f314e84fce8b394da20aa1d69121c74fb34f9a1e (diff) | |
| download | emacs-c7367d2de3343e56171c4fe6d439a3ed5f40d06c.tar.gz emacs-c7367d2de3343e56171c4fe6d439a3ed5f40d06c.zip | |
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 6 |
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 | ||
| 1196 | static bool | 1196 | static bool |
| 1197 | detect_coding_utf_8 (struct coding_system *coding, | 1197 | detect_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. |
| 11268 | Internal use only. Removed after the experimental optimizer gets stable. */); | 11268 | Internal 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, |