# HG changeset patch # User Nick Roberts # Date 1116924335 0 # Node ID 5ba03d610746d44463adb37b01a9478d47b53725 # Parent befffaf3d1cf419022b8ea791210a38540f44171 (Fx_popup_dialog): Allow 3rd optional argument. diff -r befffaf3d1cf -r 5ba03d610746 src/macmenu.c --- a/src/macmenu.c Tue May 24 08:42:23 2005 +0000 +++ b/src/macmenu.c Tue May 24 08:45:35 2005 +0000 @@ -823,7 +823,7 @@ #ifdef HAVE_MENUS -DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 2, 2, 0, +DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 2, 3, 0, doc: /* Pop up a dialog box and return user's selection. POSITION specifies which frame to use. This is normally a mouse button event or a window or frame. diff -r befffaf3d1cf -r 5ba03d610746 src/w32menu.c --- a/src/w32menu.c Tue May 24 08:42:23 2005 +0000 +++ b/src/w32menu.c Tue May 24 08:45:35 2005 +0000 @@ -845,7 +845,7 @@ #ifdef HAVE_MENUS -DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 2, 2, 0, +DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 2, 3, 0, doc: /* Pop up a dialog box and return user's selection. POSITION specifies which frame to use. This is normally a mouse button event or a window or frame.