Merge changes from emacs-23 branch.
This commit is contained in:
commit
cc36ae609d
33 changed files with 445 additions and 201 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue