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
f443c170
Commit
f443c170
authored
Mar 15, 1995
by
Karl Heuer
Browse files
(Fmouse_position): Do work only if HAVE_MOUSE.
parent
38d404db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/frame.c
src/frame.c
+2
-0
No files found.
src/frame.c
View file @
f443c170
...
...
@@ -1055,6 +1055,7 @@ and nil for X and Y.")
f
=
selected_frame
;
x
=
y
=
Qnil
;
#ifdef HAVE_MOUSE
/* It's okay for the hook to refrain from storing anything. */
if
(
mouse_position_hook
)
(
*
mouse_position_hook
)
(
&
f
,
...
...
@@ -1069,6 +1070,7 @@ and nil for X and Y.")
XSETINT
(
x
,
col
);
XSETINT
(
y
,
row
);
}
#endif
XSETFRAME
(
lispy_dummy
,
f
);
return
Fcons
(
lispy_dummy
,
Fcons
(
x
,
y
));
}
...
...
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