]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_popup_dialog): Allow 3rd optional argument.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 24 May 2005 08:45:35 +0000 (08:45 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 24 May 2005 08:45:35 +0000 (08:45 +0000)
src/macmenu.c
src/w32menu.c

index b2c7242c04e824f0ac8bf5dfb92ecfc2756f9f6c..54393bca59497e39e511383e7a077a3cc7a228f8 100644 (file)
@@ -823,7 +823,7 @@ cached information about equivalent key sequences.  */)
 
 #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.
index 32441e4a351ed267bad9aeda561a45ccb88944a6..8a90eae7ec77e18b723b25f04a7cc24629bf02fe 100644 (file)
@@ -845,7 +845,7 @@ cached information about equivalent key sequences.  */)
 
 #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.