Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3cd2f327
Commit
3cd2f327
authored
Mar 03, 2000
by
Jason Rumney
Browse files
(make_lispy_event): Call buffer_posn_from_coords with correct parameters.
parent
807cc41c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/keyboard.c
View file @
3cd2f327
...
...
@@ -4670,7 +4670,7 @@ make_lispy_event (event)
else
XSETINT (posn,
buffer_posn_from_coords (XWINDOW (window),
column, row));
&
column,
&
row));
}
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment