From: Gerd Moellmann Date: Thu, 22 Jun 2000 20:50:00 +0000 (+0000) Subject: (EmacsFrameRealize): Fix typo. X-Git-Tag: emacs-pretest-21.0.90~3135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fce2bb4b9f16f63c8e74226f404218966e15a9e;p=emacs.git (EmacsFrameRealize): Fix typo. --- 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);