From 5b48fe6556f0537bc6f6cbe4afe426f8b335fb1a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 19 Apr 2002 00:11:58 +0000 Subject: [PATCH] Comment change. --- src/widget.c | 2 ++ 1 file changed, 2 insertions(+) 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), -- 2.39.2