diff options
| author | Jan Djärv | 2005-10-09 06:56:31 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-10-09 06:56:31 +0000 |
| commit | 84f2588006e1efea7ac2a7bed7198c216ea0f82c (patch) | |
| tree | 3fc35caa69e4af38bbb5a176213f39eb78f2cb26 /src | |
| parent | e313fc07dda725c02e43890e59b13c9e661eec83 (diff) | |
| download | emacs-84f2588006e1efea7ac2a7bed7198c216ea0f82c.tar.gz emacs-84f2588006e1efea7ac2a7bed7198c216ea0f82c.zip | |
* xfns.c (Fx_create_frame): Make bitmapIcon have default on.
Diffstat (limited to 'src')
| -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. */) | |||
| 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, |