1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

(Fx_popup_dialog): Allow 3rd optional argument.

This commit is contained in:
Nick Roberts 2005-05-24 08:45:35 +00:00
parent 3f2975360c
commit 16b1266812
2 changed files with 2 additions and 2 deletions

View 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.

View 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.