# HG changeset patch # User Gerd Moellmann # Date 961707000 0 # Node ID bd4f71c0f33ba46499822fc745bd1e84547df2bf # Parent 8d879723e361cee7bde2c6fcca5e7f7e455bbdda (EmacsFrameRealize): Fix typo. diff -r 8d879723e361 -r bd4f71c0f33b src/widget.c --- 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);