From: Richard M. Stallman Date: Fri, 19 Apr 2002 00:11:58 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~15547 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b48fe6556f0537bc6f6cbe4afe426f8b335fb1a;p=emacs.git Comment change. --- 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),