diff options
| author | Paul Eggert | 2011-03-16 01:34:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 01:34:44 -0700 |
| commit | 13a547c6792935558a306bec264e0bad575cec87 (patch) | |
| tree | a1c6208a30ad452837bd81df1f3ab66a73907798 /src/ChangeLog | |
| parent | 170a2692ec2abdc4e4978206ddec6bebb6c989b2 (diff) | |
| download | emacs-13a547c6792935558a306bec264e0bad575cec87.tar.gz emacs-13a547c6792935558a306bec264e0bad575cec87.zip | |
* font.c: (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
(font_update_drivers, Ffont_get_glyphs, font_add_log):
Rename or move locals to avoid shadowing.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4b3f0ceca36..b056c08419e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,9 @@ | |||
| 7 | (font_parse_fcname): Remove unused vars. | 7 | (font_parse_fcname): Remove unused vars. |
| 8 | (font_delete_unmatched): Now static. | 8 | (font_delete_unmatched): Now static. |
| 9 | (font_get_spec): Remove; unused. | 9 | (font_get_spec): Remove; unused. |
| 10 | (font_style_to_value, font_prop_validate_style, font_unparse_fcname): | ||
| 11 | (font_update_drivers, Ffont_get_glyphs, font_add_log): | ||
| 12 | Rename or move locals to avoid shadowing. | ||
| 10 | 13 | ||
| 11 | * fns.c (require_nesting_list, require_unwind): Now static. | 14 | * fns.c (require_nesting_list, require_unwind): Now static. |
| 12 | (Ffillarray): Rename locals to avoid shadowing. | 15 | (Ffillarray): Rename locals to avoid shadowing. |