Mercurial > emacs
changeset 6656:19bcf36f315e
(Fx_popup_dialog): If POSITION is t, use selected frame.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 03 Apr 1994 19:43:01 +0000 |
parents | 41be2ee67089 |
children | 28359458811c |
files | src/xmenu.c |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Sun Apr 03 19:37:59 1994 +0000 +++ b/src/xmenu.c Sun Apr 03 19:43:01 1994 +0000 @@ -873,11 +873,7 @@ #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)) {