aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-26 04:18:39 +0000
committerKarl Heuer1995-05-26 04:18:39 +0000
commit499ea23b0798f3d9165c2dc63ce02ac31b9336e4 (patch)
tree36024841be61d729ee5681f8936ed3e102c82b20 /src
parentadab4483a5fa7582ae586d223abf850ba1e2128c (diff)
downloademacs-499ea23b0798f3d9165c2dc63ce02ac31b9336e4.tar.gz
emacs-499ea23b0798f3d9165c2dc63ce02ac31b9336e4.zip
(x_set_frame_parameters) Fix typo.
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.