diff options
| author | Paul Eggert | 2011-03-09 17:58:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-09 17:58:37 -0800 |
| commit | 58d2d479084c072255e11fbb3f03afaaa3fcdfa2 (patch) | |
| tree | 99519125ac59cbd95659862a08b844ce759bb90f /src/ChangeLog | |
| parent | a9a06e0b10b7583e73ffebd7111937516264c4d5 (diff) | |
| download | emacs-58d2d479084c072255e11fbb3f03afaaa3fcdfa2.tar.gz emacs-58d2d479084c072255e11fbb3f03afaaa3fcdfa2.zip | |
* xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
(Fx_backspace_delete_keys_p):
Use them to avoid shadowing, and rename vars to avoid shadowing.
(x_decode_color, x_set_name, x_window): Now static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 094343b2d56..719984f5038 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,7 +16,10 @@ | |||
| 16 | * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros, | 16 | * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros, |
| 17 | so that the caller can use some name other than gcpro1. | 17 | so that the caller can use some name other than gcpro1. |
| 18 | (GCPRO1, UNGCPRO): Reimplement in terms of the new macros. | 18 | (GCPRO1, UNGCPRO): Reimplement in terms of the new macros. |
| 19 | * xfns.c (x_decode_color, x_set_name, x_window): Now static. | 19 | * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip): |
| 20 | (Fx_backspace_delete_keys_p): | ||
| 21 | Use them to avoid shadowing, and rename vars to avoid shadowing. | ||
| 22 | (x_decode_color, x_set_name, x_window): Now static. | ||
| 20 | (Fx_create_frame): Add braces to silence GCC warning. | 23 | (Fx_create_frame): Add braces to silence GCC warning. |
| 21 | (Fx_file_dialog, Fx_select_font): Fix pointer signedness. | 24 | (Fx_file_dialog, Fx_select_font): Fix pointer signedness. |
| 22 | (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame): | 25 | (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame): |