]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (Fx_create_frame): Make bitmapIcon have default on.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 9 Oct 2005 06:56:31 +0000 (06:56 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 9 Oct 2005 06:56:31 +0000 (06:56 +0000)
src/xfns.c

index a0f6f3b37435ebc25fafdd50bf9e7ef551296035..979a0a3435a784814cc98e84232b8edf6a795fa9 100644 (file)
@@ -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,