# HG changeset patch # User Richard M. Stallman # Date 765402181 0 # Node ID 19bcf36f315e596aad9ecdc3a2e238defeb25901 # Parent 41be2ee67089d0b6b39e555665974046edf7a5ea (Fx_popup_dialog): If POSITION is t, use selected frame. diff -r 41be2ee67089 -r 19bcf36f315e src/xmenu.c --- 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)) {