1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

(make_lispy_event): Call buffer_posn_from_coords with correct parameters.

This commit is contained in:
Jason Rumney 2000-03-03 20:32:33 +00:00
parent 807cc41c44
commit 3cd2f3279a

View file

@ -4670,7 +4670,7 @@ make_lispy_event (event)
else
XSETINT (posn,
buffer_posn_from_coords (XWINDOW (window),
column, row));
&column, &row));
}
{