Mercurial > hg > xemacs-beta
diff src/dialog-x.c @ 20:859a2309aef8 r19-15b93
Import from CVS: tag r19-15b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:05 +0200 |
parents | 9ee227acff29 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/src/dialog-x.c Mon Aug 13 08:49:44 2007 +0200 +++ b/src/dialog-x.c Mon Aug 13 08:50:05 2007 +0200 @@ -212,7 +212,7 @@ } } -DEFUN ("popup-dialog-box", Fpopup_dialog_box, Spopup_dialog_box, 1, 1, 0 /* +DEFUN ("popup-dialog-box", Fpopup_dialog_box, 1, 1, 0, /* Pop up a dialog box. A dialog box description is a list. @@ -241,9 +241,8 @@ Though the keyword/value syntax is supported for dialog boxes just as in popup menus, the only keyword which is both meaningful and fully implemented for dialog box buttons is `:active'. -*/ ) - (dbox_desc) - Lisp_Object dbox_desc; +*/ + (dbox_desc)) { int dbox_id; struct frame *f = selected_frame (); @@ -294,7 +293,7 @@ void syms_of_dialog_x (void) { - defsubr (&Spopup_dialog_box); + DEFSUBR (Fpopup_dialog_box); } void