diff options
| author | Paul Eggert | 2011-04-04 00:53:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-04 00:53:20 -0700 |
| commit | 12cbf13fe46123b574a1dff5ac246e3e7d514623 (patch) | |
| tree | 14896bf48f3538c0253317b2ce88b1426dab0e2c /src/ChangeLog | |
| parent | fca8fe46b72cab72cc06a7b20f6750d641959b7c (diff) | |
| download | emacs-12cbf13fe46123b574a1dff5ac246e3e7d514623.tar.gz emacs-12cbf13fe46123b574a1dff5ac246e3e7d514623.zip | |
* syntax.c (update_syntax_table): Use unsigned instead of int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d22ec42a978..0cd4df78280 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-04-04 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * syntax.c (scan_words): Remove var that was set but not used. | 3 | * syntax.c (scan_words): Remove var that was set but not used. |
| 4 | (update_syntax_table): Use unsigned instead of int. | ||
| 4 | 5 | ||
| 5 | * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs. | 6 | * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs. |
| 6 | (lisp_file_lexically_bound_p, read1): Use unsigned instead of int. | 7 | (lisp_file_lexically_bound_p, read1): Use unsigned instead of int. |