comparison src/ChangeLog @ 112360:3215a5cff4dd

Declare some DEFVARs globally, not locally * gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files) (x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar): Declare. * gtkutil.c (xg_uses_old_file_dialog): (xg_get_file_with_chooser): (xg_tool_bar_detach_callback): Don't redeclare globals.
author Tom Tromey <tromey@redhat.com>
date Tue, 18 Jan 2011 10:28:28 -0700
parents 011b1eb5c384
children 116a3428737d
comparison
equal deleted inserted replaced
112359:011b1eb5c384 112360:3215a5cff4dd
1 2011-01-18 Tom Tromey <tromey@redhat.com>
2
3 * gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files)
4 (x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar):
5 Declare.
6 * gtkutil.c (xg_uses_old_file_dialog):
7 (xg_get_file_with_chooser):
8 (xg_tool_bar_detach_callback): Don't redeclare globals.
9
1 2011-01-18 Tom Tromey <tromey@redhat.com> 10 2011-01-18 Tom Tromey <tromey@redhat.com>
2 11
3 * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro. 12 * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro.
4 * buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS. 13 * buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS.
5 14