diff options
| author | Paul Eggert | 2011-03-08 22:22:39 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-08 22:22:39 -0800 |
| commit | 6b463e581fc2f176fd2ab5b06cff963e94218163 (patch) | |
| tree | b9ee8458e5fa690920a27781b8cdf579788f00c5 /src/ChangeLog | |
| parent | c2ed9c8b0cf694c20eea63f31b7c276efa6a1008 (diff) | |
| download | emacs-6b463e581fc2f176fd2ab5b06cff963e94218163.tar.gz emacs-6b463e581fc2f176fd2ab5b06cff963e94218163.zip | |
* xfaces.c (tty_defined_color, merge_face_heights): Now static.
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 c6f973af8c7..1f8e0f6b8e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): Rename | 3 | * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): Rename |
| 4 | or move locals to avoid shadowing. | 4 | or move locals to avoid shadowing. |
| 5 | (tty_defined_color, merge_face_heights): Now static. | ||
| 5 | 6 | ||
| 6 | * terminal.c (store_terminal_param): Now static. | 7 | * terminal.c (store_terminal_param): Now static. |
| 7 | 8 | ||