1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Add a comment.

This commit is contained in:
Chong Yidong 2006-11-05 17:30:30 +00:00
parent 82c1177c37
commit 718aeeb80f

View File

@ -1397,6 +1397,9 @@ If FRAME is nil or not given, use the selected frame. */)
GtkWidget *menubar;
FRAME_PTR f;
/* gcc 2.95 doesn't accept the FRAME_PTR declaration after
BLOCK_INPUT. */
BLOCK_INPUT;
f = check_x_frame (frame);