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:
parent
807cc41c44
commit
3cd2f3279a
1 changed files with 1 additions and 1 deletions
|
|
@ -4670,7 +4670,7 @@ make_lispy_event (event)
|
|||
else
|
||||
XSETINT (posn,
|
||||
buffer_posn_from_coords (XWINDOW (window),
|
||||
column, row));
|
||||
&column, &row));
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue