summaryrefslogtreecommitdiff
path: root/src/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget.c b/src/widget.c
index 4f2e1dee173..f71193585e6 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -973,6 +973,8 @@ EmacsFrameSetCharSize (widget, columns, rows)
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),