diff options
| author | Paul Eggert | 2011-04-06 16:02:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-06 16:02:23 -0700 |
| commit | 7e2cac200108a4626573c4a8de851560c1fee456 (patch) | |
| tree | 6f8c02414a87b9718a40b9538bb60413a004ecd1 /src/ChangeLog | |
| parent | ce4d90b550a2bfb66099784386910a81b31421ed (diff) | |
| download | emacs-7e2cac200108a4626573c4a8de851560c1fee456.tar.gz emacs-7e2cac200108a4626573c4a8de851560c1fee456.zip | |
* coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ce97ca8204b..34e0e1b4cad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int. | ||
| 4 | |||
| 3 | * xterm.c (x_catch_errors): Remove duplicate declaration. | 5 | * xterm.c (x_catch_errors): Remove duplicate declaration. |
| 4 | 6 | ||
| 5 | * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too. | 7 | * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too. |