(syms_of_xdisp): Make tool-bar-button-relief
an option.
This commit is contained in:
parent
8af54a640d
commit
6da3c85b68
1 changed files with 1 additions and 1 deletions
|
@ -14861,7 +14861,7 @@ vertical margin. */);
|
|||
Vtool_bar_button_margin = make_number (DEFAULT_TOOL_BAR_BUTTON_MARGIN);
|
||||
|
||||
DEFVAR_INT ("tool-bar-button-relief", &tool_bar_button_relief,
|
||||
doc: /* Relief thickness of tool-bar buttons. */);
|
||||
doc: /* *Relief thickness of tool-bar buttons. */);
|
||||
tool_bar_button_relief = DEFAULT_TOOL_BAR_BUTTON_RELIEF;
|
||||
|
||||
DEFVAR_LISP ("fontification-functions", &Vfontification_functions,
|
||||
|
|
Loading…
Add table
Reference in a new issue