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 a0f6f3b3743..979a0a3435a 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -3277,7 +3277,7 @@ This function is an internal primitive--use `make-frame' instead. */)
3277 3277
3278 /* We need to do this after creating the X window, so that the 3278 /* We need to do this after creating the X window, so that the
3279 icon-creation functions can say whose icon they're describing. */ 3279 icon-creation functions can say whose icon they're describing. */
3280 x_default_parameter (f, parms, Qicon_type, Qnil, 3280 x_default_parameter (f, parms, Qicon_type, Qt,
3281 "bitmapIcon", "BitmapIcon", RES_TYPE_SYMBOL); 3281 "bitmapIcon", "BitmapIcon", RES_TYPE_SYMBOL);
3282 3282
3283 x_default_parameter (f, parms, Qauto_raise, Qnil, 3283 x_default_parameter (f, parms, Qauto_raise, Qnil,