]> git.eshelyaron.com Git - emacs.git/commitdiff
(EmacsFrameRealize): Fix typo.
authorGerd Moellmann <gerd@gnu.org>
Thu, 22 Jun 2000 20:50:00 +0000 (20:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 22 Jun 2000 20:50:00 +0000 (20:50 +0000)
src/widget.c

index a96aad7f8eb3486b3cdb27e5b2b31f27bdf0e44d..47f78786741112141e4a6f64ca834015107025c8 100644 (file)
@@ -733,7 +733,7 @@ EmacsFrameRealize (widget, mask, attrs)
 
   /* This used to contain SubstructureRedirectMask, but this turns out
      to be a problem with XIM on Solaris, and events from that mask
-     don't seem to be used.  Let's check that.  */);
+     don't seem to be used.  Let's check that.  */
   attrs->event_mask = (STANDARD_EVENT_SET
                       | PropertyChangeMask
                       | SubstructureNotifyMask);