]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_popup_dialog): If POSITION is t, use selected frame.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Apr 1994 19:43:01 +0000 (19:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Apr 1994 19:43:01 +0000 (19:43 +0000)
src/xmenu.c

index 757fa092de47c9f202bdc53446940599abf45b51..fbd9730e903c791de95817a69ba46edf7672a116 100644 (file)
@@ -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))
     {