1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix formatting for new function.

This commit is contained in:
Jason Rumney 2001-10-21 18:35:35 +00:00
parent 6aa97356aa
commit 565153ffd3

View File

@ -7538,7 +7538,8 @@ glyph_rect (f, x, y, rect)
}
/* Record the position of the mouse in last_mouse_glyph. */
static void remember_mouse_glyph (f1, gx, gy)
static void
remember_mouse_glyph (f1, gx, gy)
struct frame * f1;
int gx, gy;
{