From 2fce2bb4b9f16f63c8e74226f404218966e15a9e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 22 Jun 2000 20:50:00 +0000 Subject: [PATCH] (EmacsFrameRealize): Fix typo. --- src/widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget.c b/src/widget.c index a96aad7f8eb..47f78786741 100644 --- a/src/widget.c +++ b/src/widget.c @@ -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); -- 2.39.2