diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2005-10-09 06:56:31 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2005-10-09 06:56:31 +0000 |
commit | 84f2588006e1efea7ac2a7bed7198c216ea0f82c (patch) | |
tree | 3fc35caa69e4af38bbb5a176213f39eb78f2cb26 /src/xfns.c | |
parent | e313fc07dda725c02e43890e59b13c9e661eec83 (diff) | |
download | emacs-84f2588006e1efea7ac2a7bed7198c216ea0f82c.tar.gz |
* xfns.c (Fx_create_frame): Make bitmapIcon have default on.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 2 |
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. */) /* We need to do this after creating the X window, so that the icon-creation functions can say whose icon they're describing. */ - x_default_parameter (f, parms, Qicon_type, Qnil, + x_default_parameter (f, parms, Qicon_type, Qt, "bitmapIcon", "BitmapIcon", RES_TYPE_SYMBOL); x_default_parameter (f, parms, Qauto_raise, Qnil, |