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
5a7d50ba
Commit
5a7d50ba
authored
Apr 03, 1994
by
Richard M. Stallman
Browse files
(Fx_popup_dialog): If POSITION is t, use selected frame.
parent
4a44b14c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/xmenu.c
src/xmenu.c
+1
-5
No files found.
src/xmenu.c
View file @
5a7d50ba
...
...
@@ -873,11 +873,7 @@ The return value is VALUE from the chosen item.")
#endif
/* Decode the first argument: find the window and the coordinates. */
if
(
EQ
(
position
,
Qt
))
{
window
=
selected_window
;
XFASTINT
(
x
)
=
0
;
XFASTINT
(
y
)
=
0
;
}
window
=
selected_window
;
}
else
if
(
CONSP
(
position
))
{
...
...
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