From: Karl Heuer Date: Mon, 17 Mar 1997 09:37:32 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-20.1~2779 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2dd5c7f71a5584db1c61c0b59ac922a075296c14;p=emacs.git Fix typo in comment. --- 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) /* #### This doesn't work, I haven't been able to find ANY kludge that will let (x-create-frame '((iconic . t))) work. It seems that changes to wm_shell's iconic slot have no effect after it has been realized, - and calling XIconifyWindow doesn't work either (even thought the window + and calling XIconifyWindow doesn't work either (even though the window has been created.) Perhaps there is some property we could smash directly, but I'm sick of this for now. */