summaryrefslogtreecommitdiff
path: root/src/nsfns.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsfns.m')
-rw-r--r--src/nsfns.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index 0477e946560..2470c05c4b5 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -1386,7 +1386,7 @@ DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
ns_iconify_frame (f);
else if (! NILP (visibility))
{
- x_make_frame_visible (f);
+ ns_make_frame_visible (f);
[[FRAME_NS_VIEW (f) window] makeKeyWindow];
}
else