]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Apr 2002 00:11:58 +0000 (00:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Apr 2002 00:11:58 +0000 (00:11 +0000)
src/widget.c

index 4f2e1dee173fd04b84521d6d07d424570adec621..f71193585e695eb117e0182a2dd48b54842ba6ed 100644 (file)
@@ -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),