From: Richard M. Stallman Date: Fri, 12 Jan 1996 21:49:26 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~1696 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d601ce45e48a8da978a0600761ddffa34a6a061a;p=emacs.git Comment change. --- diff --git a/src/xterm.h b/src/xterm.h index e0f59440734..22ffb63607c 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -703,7 +703,10 @@ struct scroll_bar { by this structure. */ /* For an event of kind selection_request_event, - this structure really describes the contents. */ + this structure really describes the contents. + **Don't make this struct longer!** + If it overlaps the frame_or_window field of struct input_event, + that will cause GC to crash. */ struct selection_input_event { int kind;