changeset 29863:bd4f71c0f33b

(EmacsFrameRealize): Fix typo.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 22 Jun 2000 20:50:00 +0000
parents 8d879723e361
children 507584616639
files src/widget.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/widget.c	Thu Jun 22 20:12:59 2000 +0000
+++ b/src/widget.c	Thu Jun 22 20:50:00 2000 +0000
@@ -733,7 +733,7 @@
 
   /* 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);