aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macfns.c2
-rw-r--r--src/w32fns.c2
-rw-r--r--src/xfns.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/macfns.c b/src/macfns.c
index edc5a63441c..82153da8847 100644
--- a/src/macfns.c
+++ b/src/macfns.c
@@ -3844,7 +3844,7 @@ x_create_tip_frame (dpyinfo, parms, text)
3844 3844
3845 /* Set tip_frame here, so that */ 3845 /* Set tip_frame here, so that */
3846 tip_frame = frame; 3846 tip_frame = frame;
3847 call1 (Qface_set_after_frame_default, frame); 3847 call2 (Qface_set_after_frame_default, frame, Qnil);
3848 3848
3849 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color))) 3849 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color)))
3850 Fmodify_frame_parameters (frame, Fcons (Fcons (Qbackground_color, bg), 3850 Fmodify_frame_parameters (frame, Fcons (Fcons (Qbackground_color, bg),
diff --git a/src/w32fns.c b/src/w32fns.c
index 8bccdab973d..490ce4b7b24 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -5612,7 +5612,7 @@ x_create_tip_frame (dpyinfo, parms, text)
5612 5612
5613 /* Set tip_frame here, so that */ 5613 /* Set tip_frame here, so that */
5614 tip_frame = frame; 5614 tip_frame = frame;
5615 call1 (Qface_set_after_frame_default, frame); 5615 call2 (Qface_set_after_frame_default, frame, Qnil);
5616 5616
5617 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color))) 5617 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color)))
5618 Fmodify_frame_parameters (frame, Fcons (Fcons (Qbackground_color, bg), 5618 Fmodify_frame_parameters (frame, Fcons (Fcons (Qbackground_color, bg),
diff --git a/src/xfns.c b/src/xfns.c
index 07a343ccadf..67461007bba 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -4985,7 +4985,7 @@ x_create_tip_frame (dpyinfo, parms, text)
4985 4985
4986 /* Set tip_frame here, so that */ 4986 /* Set tip_frame here, so that */
4987 tip_frame = frame; 4987 tip_frame = frame;
4988 call1 (Qface_set_after_frame_default, frame); 4988 call2 (Qface_set_after_frame_default, frame, Qnil);
4989 4989
4990 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color))) 4990 if (!EQ (bg, Fframe_parameter (frame, Qbackground_color)))
4991 Fmodify_frame_parameters (frame, Fcons (Fcons (Qbackground_color, bg), 4991 Fmodify_frame_parameters (frame, Fcons (Fcons (Qbackground_color, bg),