aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-18 10:09:43 +0000
committerJuanma Barranquero2002-10-18 10:09:43 +0000
commit7d0393cf12f2e50ee50e1a1fd73a60e9ef1f56ac (patch)
tree2331486f0c145e370d029e273961af152c190c65 /src/coding.c
parentd49e7392f87656dfddf7a529fc7d312898524130 (diff)
downloademacs-7d0393cf12f2e50ee50e1a1fd73a60e9ef1f56ac.tar.gz
emacs-7d0393cf12f2e50ee50e1a1fd73a60e9ef1f56ac.zip
Fix typo in comment.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 69e3b7e3e3d..3fa383ad7be 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6313,7 +6313,7 @@ highest priority. */)
6313 the detecting source. Then code detectors can handle the tailing 6313 the detecting source. Then code detectors can handle the tailing
6314 byte sequence more accurately. 6314 byte sequence more accurately.
6315 6315
6316 Fix me: This is not an perfect solution. It is better that we 6316 Fix me: This is not a perfect solution. It is better that we
6317 add one more argument, say LAST_BLOCK, to all detect_coding_XXX. 6317 add one more argument, say LAST_BLOCK, to all detect_coding_XXX.
6318 */ 6318 */
6319 if (to == Z || (to == GPT && GAP_SIZE > 0)) 6319 if (to == Z || (to == GPT && GAP_SIZE > 0))
@@ -6538,7 +6538,7 @@ unencodable_char_position (safe_chars, pos, p, pend, n)
6538 { 6538 {
6539 int len; 6539 int len;
6540 int c = STRING_CHAR_AND_LENGTH (p, MAX_MULTIBYTE_LENGTH, len); 6540 int c = STRING_CHAR_AND_LENGTH (p, MAX_MULTIBYTE_LENGTH, len);
6541 6541
6542 if (c >= 128 6542 if (c >= 128
6543 && (CHAR_TABLE_P (safe_chars) 6543 && (CHAR_TABLE_P (safe_chars)
6544 ? NILP (CHAR_TABLE_REF (safe_chars, c)) 6544 ? NILP (CHAR_TABLE_REF (safe_chars, c))