diff options
| author | Paul Eggert | 2011-09-24 09:31:55 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-24 09:31:55 -0700 |
| commit | 25b4bfa0d11557a8041362ead77b8b1aff0f330d (patch) | |
| tree | 8473c36bb70e190975cada2c75db3c7076ee87fc /src/ChangeLog | |
| parent | 6bf7006fa2efdb9d74451336335c1eeb833ddfb1 (diff) | |
| parent | 9f985e85e1c6a0a1a2e161a5f3bd35b09a3b73e1 (diff) | |
| download | emacs-25b4bfa0d11557a8041362ead77b8b1aff0f330d.tar.gz emacs-25b4bfa0d11557a8041362ead77b8b1aff0f330d.zip | |
Fix minor problems found by static checking.
* xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
* indent.c (Fvertical_motion): Fix == vs = typo.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4eac1d78db7..54e5a39b21e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-09-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix minor problems found by static checking. | ||
| 4 | * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int. | ||
| 5 | * indent.c (Fvertical_motion): Fix == vs = typo. | ||
| 6 | |||
| 1 | 2011-09-24 Eli Zaretskii <eliz@gnu.org> | 7 | 2011-09-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * dispnew.c (syms_of_display) <redisplay-dont-pause>: Default | 9 | * dispnew.c (syms_of_display) <redisplay-dont-pause>: Default |