Mercurial > emacs
diff src/widget.c @ 44671:3a037de0426b
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 19 Apr 2002 00:11:58 +0000 |
| parents | 13c043393136 |
| children | 23a1cea22d13 |
line wrap: on
line diff
--- a/src/widget.c Fri Apr 19 00:09:20 2002 +0000 +++ b/src/widget.c Fri Apr 19 00:11:58 2002 +0000 @@ -973,6 +973,8 @@ enters an infinite loop (as of 2000-01-15). This is fixed in later versions of LessTif (as of 2001-03-13); I'll leave it as is because I think it can't do any harm. */ + /* In April 2002, simon.marshall@misys.com reports the problem + seems not to occur any longer. */ XtVaSetValues (f->output_data.x->widget, XtNheight, (XtArgVal) (outer_widget_height + hdelta), XtNwidth, (XtArgVal) (outer_widget_width + wdelta),
