Merge changes from emacs-23 branch.

This commit is contained in:
Chong Yidong 2010-08-08 17:15:44 -04:00
commit cc36ae609d
33 changed files with 445 additions and 201 deletions

View file

@ -3902,7 +3902,7 @@ decode_coding_iso_2022 (struct coding_system *coding)
int size;
ONE_MORE_BYTE (dim);
if (dim < 0 || dim > 4)
if (dim < '0' || dim > '4')
goto invalid_code;
ONE_MORE_BYTE (M);
if (M < 128)