aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 6cc5a3ce14f..4a4a44e7a06 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -950,7 +950,7 @@ x_set_frame_parameters (f, alist)
950 950
951 old_value = get_frame_param (f, prop); 951 old_value = get_frame_param (f, prop);
952 952
953 if (NILP (Fequal (val, old_value))) 953 //if (NILP (Fequal (val, old_value)))
954 { 954 {
955 store_frame_param (f, prop, val); 955 store_frame_param (f, prop, val);
956 956
@@ -4400,7 +4400,7 @@ This function is an internal primitive--use `make-frame' instead. */)
4400 { 4400 {
4401 int margin, relief, bar_height; 4401 int margin, relief, bar_height;
4402 4402
4403 relief = (tool_bar_button_relief > 0 4403 relief = (tool_bar_button_relief >= 0
4404 ? tool_bar_button_relief 4404 ? tool_bar_button_relief
4405 : DEFAULT_TOOL_BAR_BUTTON_RELIEF); 4405 : DEFAULT_TOOL_BAR_BUTTON_RELIEF);
4406 4406