diff options
| author | Paul Eggert | 2013-06-29 08:52:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-06-29 08:52:20 -0700 |
| commit | 9c90cc06dd36f217422973ea41663a1f2105296f (patch) | |
| tree | a48e62dc276027cd616f1c5a76155ce1e5255144 /src/ChangeLog | |
| parent | 79007321264153e8b4e6bfb9974ae6a99babe8c1 (diff) | |
| download | emacs-9c90cc06dd36f217422973ea41663a1f2105296f.tar.gz emacs-9c90cc06dd36f217422973ea41663a1f2105296f.zip | |
Fix minor problems found by static checking.
* coding.c (encode_inhibit_flag, inhibit_flag): New functions.
Redo the latter's body to sidestep GCC parenthesization warnings.
(setup_coding_system, detect_coding, detect_coding_system): Use them.
* coding.c (detect_coding, detect_coding_system):
* coding.h (struct undecided_spec):
Use bool for boolean.
* image.c (QCmax_width, QCmax_height): Now static.
* xdisp.c (Fmove_point_visually): Remove unused local.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1e1b54a72d0..521e18583a5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-06-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix minor problems found by static checking. | ||
| 4 | * coding.c (encode_inhibit_flag, inhibit_flag): New functions. | ||
| 5 | Redo the latter's body to sidestep GCC parenthesization warnings. | ||
| 6 | (setup_coding_system, detect_coding, detect_coding_system): Use them. | ||
| 7 | * coding.c (detect_coding, detect_coding_system): | ||
| 8 | * coding.h (struct undecided_spec): | ||
| 9 | Use bool for boolean. | ||
| 10 | * image.c (QCmax_width, QCmax_height): Now static. | ||
| 11 | * xdisp.c (Fmove_point_visually): Remove unused local. | ||
| 12 | |||
| 1 | 2013-06-29 Eli Zaretskii <eliz@gnu.org> | 13 | 2013-06-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * xdisp.c (Fmove_point_visually): New function. | 15 | * xdisp.c (Fmove_point_visually): New function. |