diff options
| author | Paul Eggert | 2011-03-16 01:31:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 01:31:20 -0700 |
| commit | 170a2692ec2abdc4e4978206ddec6bebb6c989b2 (patch) | |
| tree | 2d1a9b0a9673d0b472b68cb66d5bf145fcb9e605 /src/ChangeLog | |
| parent | ea838e10ea8a3e390b2d9160e02c4a5e08714850 (diff) | |
| download | emacs-170a2692ec2abdc4e4978206ddec6bebb6c989b2.tar.gz emacs-170a2692ec2abdc4e4978206ddec6bebb6c989b2.zip | |
* character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
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 1b707c4b463..4b3f0ceca36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing. | ||
| 4 | |||
| 3 | * font.c (font_unparse_xlfd): Don't mix pointers to variables with | 5 | * font.c (font_unparse_xlfd): Don't mix pointers to variables with |
| 4 | pointers to constants. | 6 | pointers to constants. |
| 5 | (font_parse_fcname): Remove unused vars. | 7 | (font_parse_fcname): Remove unused vars. |