diff options
| author | Karl Heuer | 1997-03-17 09:37:32 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-03-17 09:37:32 +0000 |
| commit | 2dd5c7f71a5584db1c61c0b59ac922a075296c14 (patch) | |
| tree | 5534013aaeb8043dc3b60bb7402f7c2032d240f1 /src | |
| parent | 1c4f857c247a6d4c74530adbe13faf14204d6c92 (diff) | |
| download | emacs-2dd5c7f71a5584db1c61c0b59ac922a075296c14.tar.gz emacs-2dd5c7f71a5584db1c61c0b59ac922a075296c14.zip | |
Fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c index db524a59350..31edf1ed7e6 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -846,7 +846,7 @@ EmacsFrameSetValues (cur_widget, req_widget, new_widget, dum1, dum2) | |||
| 846 | /* #### This doesn't work, I haven't been able to find ANY kludge that | 846 | /* #### This doesn't work, I haven't been able to find ANY kludge that |
| 847 | will let (x-create-frame '((iconic . t))) work. It seems that changes | 847 | will let (x-create-frame '((iconic . t))) work. It seems that changes |
| 848 | to wm_shell's iconic slot have no effect after it has been realized, | 848 | to wm_shell's iconic slot have no effect after it has been realized, |
| 849 | and calling XIconifyWindow doesn't work either (even thought the window | 849 | and calling XIconifyWindow doesn't work either (even though the window |
| 850 | has been created.) Perhaps there is some property we could smash | 850 | has been created.) Perhaps there is some property we could smash |
| 851 | directly, but I'm sick of this for now. | 851 | directly, but I'm sick of this for now. |
| 852 | */ | 852 | */ |