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:
parent
82c1177c37
commit
718aeeb80f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user