aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 80df224b81a..a9f62fe2501 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -805,7 +805,7 @@ x_set_frame_parameters (f, alist)
805 if (EQ (height, Qunbound)) 805 if (EQ (height, Qunbound))
806 XSETINT (height, FRAME_HEIGHT (f)); 806 XSETINT (height, FRAME_HEIGHT (f));
807 807
808 /* Don't set these parameters these unless they've been explicitly 808 /* Don't set these parameters unless they've been explicitly
809 specified. The window might be mapped or resized while we're in 809 specified. The window might be mapped or resized while we're in
810 this function, and we don't want to override that unless the lisp 810 this function, and we don't want to override that unless the lisp
811 code has asked for it. 811 code has asked for it.