diff options
| author | Paul Eggert | 2011-03-16 01:22:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 01:22:49 -0700 |
| commit | ea838e10ea8a3e390b2d9160e02c4a5e08714850 (patch) | |
| tree | 68c3830da3db7052501ede1ec9a67d05220565b1 /src/ChangeLog | |
| parent | 7b81e2d023093bf21cf867ec42ffff3ee7114cf5 (diff) | |
| download | emacs-ea838e10ea8a3e390b2d9160e02c4a5e08714850.tar.gz emacs-ea838e10ea8a3e390b2d9160e02c4a5e08714850.zip | |
* font.c (font_get_spec): Remove; unused.
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 63e23749374..1b707c4b463 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | pointers to constants. | 4 | pointers to constants. |
| 5 | (font_parse_fcname): Remove unused vars. | 5 | (font_parse_fcname): Remove unused vars. |
| 6 | (font_delete_unmatched): Now static. | 6 | (font_delete_unmatched): Now static. |
| 7 | (font_get_spec): Remove; unused. | ||
| 7 | 8 | ||
| 8 | * fns.c (require_nesting_list, require_unwind): Now static. | 9 | * fns.c (require_nesting_list, require_unwind): Now static. |
| 9 | (Ffillarray): Rename locals to avoid shadowing. | 10 | (Ffillarray): Rename locals to avoid shadowing. |