Mercurial > emacs
diff src/widget.c @ 29863:bd4f71c0f33b
(EmacsFrameRealize): Fix typo.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 22 Jun 2000 20:50:00 +0000 |
parents | 09d316feea21 |
children | e8bd810181fb |
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);