Mercurial > emacs
diff src/coding.c @ 47942:080b4586492b
Fix typo in comment.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 18 Oct 2002 10:09:43 +0000 |
| parents | 1a71f916ad2f |
| children | d43e830821e0 |
line wrap: on
line diff
--- a/src/coding.c Fri Oct 18 09:07:18 2002 +0000 +++ b/src/coding.c Fri Oct 18 10:09:43 2002 +0000 @@ -6313,7 +6313,7 @@ the detecting source. Then code detectors can handle the tailing byte sequence more accurately. - Fix me: This is not an perfect solution. It is better that we + Fix me: This is not a perfect solution. It is better that we add one more argument, say LAST_BLOCK, to all detect_coding_XXX. */ if (to == Z || (to == GPT && GAP_SIZE > 0)) @@ -6538,7 +6538,7 @@ { int len; int c = STRING_CHAR_AND_LENGTH (p, MAX_MULTIBYTE_LENGTH, len); - + if (c >= 128 && (CHAR_TABLE_P (safe_chars) ? NILP (CHAR_TABLE_REF (safe_chars, c))
